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

.venv/
venv/

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

.vscode/
.idea/

# Local-only development-tool instructions (see PROJECT_GUIDE.md, the
# tracked, tool-neutral authoritative source for project guidance).
CLAUDE.md

.DS_Store

# Manual testing artifacts (saved projects / exported figures)
*.gnovi
*.png
!docs/**/*.png
