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:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user