__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
env/
.env
*.so
.mypy_cache/
.ruff_cache/
.pytest_cache/
htmlcov/
.coverage
*.log
.DS_Store
.idea/
.cursor/

# harness — .agents/ 是本地运行时目录，不纳入版本控制
# 包含 state.json、.stop、tasks/、archive/ 等运行时产物
# config.toml 和 vision.md 如需团队共享，可通过 git add -f 手动添加
.agents/

# harness — do not track runtime state
.agents/state.json
.agents/.stop
