# External projects for evaluation (not part of Durin)
/vendor/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
.Python
env/
venv/
.venv/
# Build artifacts (sdist + wheel produced by `python -m build`)
/dist/
/build/

# Node / WebUI
node_modules/
webui/dist/
# Webui bundle — built into the package tree by hatch_build.py at
# wheel-build time; never committed.
durin/web/dist/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Tools
.claude
.pytest_cache

# Runtime state (not source)
/logs/
/sessions/
/memory/
/plans/
gold.*.json
*.run*.json
*.pilot_*.json

# Eval run artifacts (dumped to root by swebench_eval.py)
/durin-*.json

# Workspace runtime files (generated by agent sessions)
/AGENTS.md
/HEARTBEAT.md
/SOUL.md
/TOOLS.md
/USER.md
/MEMORY.md
# Exercism dataset (clone only)
scripts/hypothesis_test/exercism_python/
scripts/hypothesis_test/v9_runs/
