__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.eggs/
.pytest_cache/
.coverage
htmlcov/
data/
cookies/
.run/
.venv/
venv/
*.log

# opencode runtime state (keep agent/ + goal definitions, exclude loop/session state)
.opencode/goals/state.json
.opencode/goals/state.json.ledger.jsonl
.opencode/opencode-loop/
