# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/

# Google OAuth credentials — NEVER commit
credentials.json
client_secret*.json
token.json

# uv
uv.lock

# Environment
.env
.env.*

# OS
.DS_Store
