# 参考资料：五个克隆下来的仓库 + agent-core.md（CLAUDE.md §0）。
# 它们各自带着自己的 .git，提交进来会变成一堆不可用的嵌套仓库，
# 而且体积接近 100MB。需要的人自己按 README 的表格克隆。
/reference/

# 密钥永不入库（CLAUDE.md §1）；.env.example 只放键名和说明。
.env
.env.*
!.env.example

# 运行产物
/data/
/logs/
/tests/outputs/

# Python
__pycache__/
*.py[cod]
*.egg-info/
/build/
/dist/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
