__pycache__/
*.pyc
.pytest_cache/
dist/
web/_serve*.log
.venv/

# generated by the docs workflow (pdoc); not source
web/static/api-reference/

# LaTeX build products
*.aux
*.log
*.out
*.synctex.gz
# figures/build_system.py draws the figure in matplotlib and writes the PNG directly. The LaTeX
# intermediates below are left from the retired tex build and are ignored so its leftovers do not
# return to the tree.
figures/*.pdf

.claude/

# logo proof renders: intermediates that build_logo_g.py / build_logo_r2.py regenerate
figures/_proofs_*/
