__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.DS_Store
site/
docs/*.pdf
docs/.prodockit-pdf-mermaid/
/source_bundle.pdf
# mermaid-cli, used by `prodockit pdf` to pre-render this project's own
# ```mermaid diagrams for the PDF. Installed with
# `npm ci --prefix tools/mermaid`.
tools/mermaid/node_modules/
