/.env
/.venv/
__pycache__/
.DS_Store
.chat_history
session_todos.json
.session.json
models.json
bench/results/
# 个人笔记/设计文档：只保留本地，不进仓库
ROADMAP.md
AGENT_DESIGN.md
DESIGN_NOTES.md

# 打包构建产物
build/
*.egg-info/

# 构建/发布产物与 IDE
dist/
build/
.idea/
