# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
env/
ENV/

# Editor / IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db

# Local Token Tracker data (never commit your usage DB)
*.db
.token_tracker/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# Environment
.env
.env.local

# Smoke / scratch test scripts (these were one-off dev verifications)
test_phase*.py
