chore(gitignore): exclude derived paper artifacts (txt/mmd/figures)
All checks were successful
C++ Tests / test-fast (pull_request) Successful in 2m46s
C++ Tests / quality-gates (pull_request) Has been skipped
C++ Tests / test-cgal (pull_request) Has been skipped

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
parent b37a7b12a7
commit 3df6e7a576

6
.gitignore vendored
View File

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