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

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

# Docs build
site/

# IDE / OS
.idea/
.vscode/
.DS_Store

# Local secrets (never commit API tokens)
.env
.env.*

# Local tooling configuration
.claude/
