# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/

# 虚拟环境
.venv/
venv/

# 工具缓存
.DS_Store
.idea/
.vscode/

# 本地工作目录
workspace/

# 日志
*.log
logs/

# 构建产物
dist/

# 内部工作文档与测试产物
EXECUTION_PLAN.md
tests/scenarios/out/
