Files
JANUS/.gitignore
BattleTag 539b8aaeaf 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>
2026-05-09 00:01:04 +08:00

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