From 539b8aaeaf54e5d046d48f1ba9e6e49ac03ca011 Mon Sep 17 00:00:00 2001 From: BattleTag Date: Sat, 9 May 2026 00:01:04 +0800 Subject: [PATCH] gitignore: ignore rendered figure output dirs at repo root MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds /unified_figures_*/ and /janus_figures_*/ — these are PDF/PNG outputs of the figure-generation scripts under scripts/figures/, not source. They live on the dev box alongside artifacts/ but should not enter the repo (8.4MB of binaries currently sit in unified_figures_2026_04_26/). Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 305686f..6b5fa27 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,8 @@ Thumbs.db /paper/ +# rendered figure outputs (PDFs/PNGs at repo root from figure-generation runs) +/unified_figures_*/ +/janus_figures_*/ + *.tmp