__pycache__/
*.py[cod]
.pytest_cache/
.hypothesis/
.mypy_cache/
.ruff_cache/
.coverage*
htmlcov/
*.egg-info/
.venv/
dist/
build/
site/

# Private agent working area (dotagents link is a symlink; a directory-only
# `.agents/` pattern would not match it, so this must stay slashless).
.agents
CLAUDE*
.claude
.*
!.gitignore
!.gitattributes
# Directory form: git cannot re-include a file below an excluded directory,
# so `.github/` itself has to be un-ignored, not just the files under it.
!.github/

