# Python
.python/
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.pytest_cache/
.ruff_cache/

# Secrets & local data — never commit
.env
tokens/
*.db
*.db-journal

# OS
.DS_Store
Thumbs.db
