telegram-antispam-bot/.gitignore
Artemii Peretiachenko 89c472708b Initial release: Telegram anti-spam bot
Includes join verification button, discuss-comment cleanup for non-members, and SQLite persistence.

Made-with: Cursor
2026-04-10 16:28:22 +02:00

19 lines
162 B
Text

.DS_Store
# Python
__pycache__/
*.py[cod]
*.pyo
.Python
*.egg-info/
dist/
build/
.venv/
venv/
/.pycache/
# Local config/secrets
.env
*.db
*.sqlite3
*.sqlite3-*