# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/

# Virtual env
.venv/

# Environment secrets — NEVER commit real database URLs / tokens
.env

# OS
.DS_Store
Thumbs.db
