Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ papers/*/_minted*/
papers/*/
!papers/2026-vaxautosci-scrubber/

# Local scratch. Reviewing a paper render rasterizes its PDF to page images
# under tmp/pdfs/, and those pages are unpublished paper content sitting
# outside the papers/ tree that ignores it. Untracked is not enough: a
# git add -A would stage them into a public repo.
tmp/

# Mutmut working tree (regenerated per audit; holds the AST-mutated copy
# of src/ + tests/ under apps/api/mutants/). Never committed.
apps/api/mutants/
Expand Down
Loading