__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/
# MathJax, the same arrangement for TeX maths - `prodockit pdf` pre-renders
# $...$ / $$...$$ through tools/mathjax/tex2svg.js. Installed with
# `npm ci --prefix tools/mathjax`. Both manifests and lockfiles are
# committed; only the installs are ignored.
tools/mathjax/node_modules/
