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

# Virtual environments / uv
.venv/
venv/
env/

# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Environment & secrets
.env
.env.*
!.env.example
credentials.json
token.json
token.pickle
client_secret*.json
service-account*.json

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
*.swp
