# Secrets and user-specific config
.env
config.json

# Claude Code local settings
.claude/settings.local.json
.claude/.pending-*
.pending-*

# Python
__pycache__/
*.pyc
*.pyo
.venv/
dist/
*.egg-info/

# MkDocs build output
site/

# Auto-generated docs (built by CI)
docs/pwa-api.md

# Training data copy in PWA dir (generated by --serve)
/pwa/training_data.json

# Game cache (runtime, regenerated on fetch)
fetched_games.json

# OS
.DS_Store
Thumbs.db
