__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
.env
.env.*
# Templates we DO want tracked (no secrets — operator copies & fills in).
!.env.example
!deploy/phala/.env.example
*.db
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.DS_Store
.claude
.hivemind/
tests/artifacts/

hivemind-core-amiller-cvm-deploy-demo

eval/results/
eval/traces/
autoresearch/legacy_bench/results/
autoresearch/experiments/
/tmp/iter*_*.txt
*_bench.log

# scope-claw build context (assembled by build_prep.sh)
agents/default-scope-claw/claw
agents/default-scope-claw/mcp_stdio_proxy.py
agents/default-scope-claw/default-scope-agent.py

# Research phase — raw third-party datasets (not committed; see
# autoresearch/legacy_bench/sources/README.md)
autoresearch/legacy_bench/sources/opp115/
autoresearch/legacy_bench/sources/privaci_bench/
autoresearch/legacy_bench/sources/confaide/
autoresearch/legacy_bench/sources/__pycache__/

# Agent backup files (kept in git history, not in working tree)
agents/*/*.py.bak
deploy/contracts/.env
deploy/contracts/broadcast/
deploy/contracts/cache/
deploy/contracts/out/
deploy/contracts/lib/
