# 本地文档：交接协议 / 评审记录 / AI 工作指南 —— 不纳入版本控制（不公开）
_internal/
CLAUDE.md

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# 编辑器 / 系统
.idea/
.vscode/
.DS_Store

# 本地启动脚本 / 环境变量（可能含 API key）—— 绝不提交
start.sh
.env
*.local.sh

# 构建产物
dist/
build/
