Files
arcade/.gitignore
2026-04-15 10:04:16 +00:00

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