# Python / uv
.venv/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
dist/
build/

# Docs
doc/_site/
doc/.quarto/
doc/reference/

# OS
.DS_Store

# Local Claude Code settings (plugin toggles, etc.)
.claude/

# Built Sphinx docs (RTD rebuilds from source; avoid generated-file merge conflicts)
doc/_build/
