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

# Documentation build output
docs/_build/

# Project management files (internal use only)
CLAUDE.md
.claude/
.status
GETTING_STARTED.md
docs/tasks/
