Files
Birthday-Pool-Bot/.gitignore
2026-01-15 09:47:43 +03:00

17 lines
163 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Environment variables
.env
# Databases
db.sqlite3