# Environment / tooling
.venv/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Local artifacts
logs/
artifacts/
/data/
outputs/
checkpoints/
*.pt
train.log
train_dist.log
ref_repos/
configs/_tmp*
git.env
docs/POSTS.md
docs/EX_*.md
docs/CHECK_2_PLANNING_MODEL_REQUEST.md
docs/CHECK_2_PLANNING_MODEL_RESPONSE.md
docs/planner_check2_attachments.zip
docs/tmp/
docs_tmp/
wandb/
eval/*_ci.json

# Local paper scans / scratch references (keep tracked references separate)
google_papers/*_arXiv_v1.pdf
google_papers/*_arXiv_v1/
google_papers/Nested_Learning_Full_Paper.pdf
google_papers/Nested_Learning_Full_Paper/

# Editors
.DS_Store
.idea/
.vscode/
