
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/

# 构建产物
dist/
build/

# AI 生成的产物（运行时生成）
ai_plans/
ai_codes/

# IDE
.idea/
.vscode/
*.swp

# 运行环境
.vent
