__pycache__/
*.pyc
*.egg-info/
.eggs/
dist/
build/
*.egg
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.ipynb_checkpoints/
docs/_build/
.nb_stamps/
archive/
.crucible/
*.json
!pyproject.toml
!*.ipynb
!.zenodo.json

# Manuscript build artifacts (LaTeX export of jaxsr-paper.org)
manuscript/_minted/
manuscript/*.tex
manuscript/*.pdf
manuscript/*.dvi
manuscript/*.synctex.gz
manuscript/*.aux
manuscript/*.log
manuscript/*.out
manuscript/*.bbl
manuscript/*.blg
manuscript/*.toc

