From 3df6e7a5764535bc3c8fe02fa19a7fe8fdaec204 Mon Sep 17 00:00:00 2001 From: Tarik Moussa Date: Sun, 7 Jun 2026 11:46:02 +0200 Subject: [PATCH] chore(gitignore): exclude derived paper artifacts (txt/mmd/figures) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7ecdc42..af431cd 100644 --- a/.gitignore +++ b/.gitignore @@ -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/