16 lines
145 B
Plaintext
16 lines
145 B
Plaintext
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Environment files
|
|
.env
|
|
|
|
# OS files
|
|
.DS_Store
|
|
|
|
# The telegram bot
|
|
bot.py |