# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Testing / tooling
.pytest_cache/
.ruff_cache/

# Local secrets and token files
.env
.env.*
*.db
token.json
