mirror of
https://github.com/avitoras/telegram-tui.git
synced 2025-07-27 11:20:31 +00:00
21 lines
172 B
Plaintext
21 lines
172 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
venv/
|
|
|
|
# Telegram session files
|
|
*.session
|
|
*.session-journal
|
|
|
|
# Environment
|
|
.env
|
|
pics*
|
|
cache*
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|