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>
34 lines
332 B
Plaintext
34 lines
332 B
Plaintext
.venv/
|
|
venv/
|
|
env/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|
|
.claude/
|
|
*.swp
|
|
*.swo
|
|
|
|
/datasets/
|
|
|
|
/baselines/
|
|
|
|
/artifacts/
|
|
|
|
/paper/
|
|
|
|
# rendered figure outputs (PDFs/PNGs at repo root from figure-generation runs)
|
|
/unified_figures_*/
|
|
/janus_figures_*/
|
|
|
|
*.tmp
|