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

# Virtual environments
.venv/
venv/
env/

# Secrets & local config — NEVER commit. API keys may live in a .env or in the
# `secrets:` block of a config file (see config.py precedence: env > cwd file >
# user config dir). Root-anchored so the tracked examples/ templates are unaffected.
.env
.env.*
!.env.example
/sportsdata-mcp.yaml
/config.yaml

# PyInstaller writes <name>.spec into the cwd on every build (scripts/build-installer.sh)
/sportsdata-mcp.spec

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

# Claude Code local (machine-specific) settings
.claude/settings.local.json

# OS
.DS_Store
Thumbs.db
.playwright-mcp/
.claude/
