__pycache__/
*.py[cod]
.venv/
.venv-alfworld/
venv/
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.omc/
.claude/
.sisyphus/
# runtime artifacts (regenerable / large)
outputs/
runs/
data/cache/
*.sqlite
*.db
docs/slides/*.png
# SWE-bench harness run artifacts
logs/
/*.se_*.json
data/*.jsonl
# live-run logs + generated reports
*.log
reports/
# local run results (eval/train report JSON)
res/
# local dev/analysis scripts (not shipped)
scripts/
.DS_Store
.env
# …but example-dataset snapshots ship logs/*.log as committed fixture data
!examples/**/logs/
!examples/**/logs/**
# local editor/agent artifacts
CLAUDE.md
tags
flywheel_traced.out

# build artifacts
dist/
build/

# Local OpenEarth run configs — copy config/train.yaml.example then edit; never commit real endpoints/keys
config/*.json
config/*.yaml
!config/*.yaml.example
tests/bdm_qa.json
tests/eval_bdm_qa.py
