# Package-relative ignores; see pkg-r/.gitignore for why these are not in the
# repository root.
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
build/
dist/
*.egg-info/

# The root ignores any directory named "docs"; this package's is committed.
!docs/
