Files
JANUS/.gitignore
BattleTag 4263fa8807 README: slim public-facing sections; gitignore CLAUDE.md
Trim README down to results/quickstart by removing Layout, Data contract,
Python environment, and Authoritative documents sections (these now live
in CLAUDE.md). Add CLAUDE.md to .gitignore so it stays as private dev
notes rather than committed docs.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-09 08:42:51 +08:00

35 lines
342 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
CLAUDE.md