__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
venv/
.env
.DS_Store
.coverage
htmlcov/

# Local Claude Code settings
.claude/

# Project guidance for Claude (local only)
CLAUDE.md

# MkDocs build output
site/
