gitignore: ignore rendered figure output dirs at repo root

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) <noreply@anthropic.com>
This commit is contained in:
2026-05-09 00:01:04 +08:00
parent 0509ee2df9
commit 539b8aaeaf

4
.gitignore vendored
View File

@@ -26,4 +26,8 @@ Thumbs.db
/paper/
# rendered figure outputs (PDFs/PNGs at repo root from figure-generation runs)
/unified_figures_*/
/janus_figures_*/
*.tmp