chore(gitignore): exclude derived paper artifacts (txt/mmd/figures)

Extracted text (pdftext), nougat mmd output and figure dumps are
regenerable from the source PDFs — keep them out of the repo like the
PDFs themselves. Also excludes the accidental facebook/ nougat model
cache (958 MB).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-07 11:46:02 +02:00
committed by user2595
parent 582eb46efa
commit b6020ad2aa

6
.gitignore vendored
View File

@@ -34,5 +34,9 @@ Testing/
doc/doxygen/ doc/doxygen/
*.dox.tmp *.dox.tmp
# Downloaded research papers (large PDFs, not tracked) # Downloaded research papers + derived artifacts (regenerable, not tracked)
papers/*.pdf papers/*.pdf
papers/txt/
papers/mmd/
papers/facebook/
papers/figures/