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:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -26,4 +26,8 @@ Thumbs.db
|
||||
|
||||
/paper/
|
||||
|
||||
# rendered figure outputs (PDFs/PNGs at repo root from figure-generation runs)
|
||||
/unified_figures_*/
|
||||
/janus_figures_*/
|
||||
|
||||
*.tmp
|
||||
|
||||
Reference in New Issue
Block a user