# Secrets & credential-adjacent state
.env
*.storage_state.json
data/.lan_key
data/.own_repo
# BGG's badge asset is licensed to YOUR registered app - get your own
data/powered-by-bgg.png
playwright/.auth/
storage_state.json

# Local inputs & cache (CSV/JSON artifacts in data/ ARE committed)
photos/
data/bgg_cache/
data/extract_raw/

# Python
__pycache__/
*.pyc
.venv/
.pytest_cache/
.ruff_cache/

# Personal Claude Code files
CLAUDE.local.md
.claude/settings.local.json

# macOS
.DS_Store
