__pycache__/
*.pyc
.env
node_modules/
.next/
*.sqlite3
.DS_Store

# 构建产物
dist/
*.egg-info/

# Phase 1 残留 skill 包（属于另一项目，不在本仓）
skills/

# 测试与本地缓存
.benchmarks/
.impeccable/
.pytest_cache/

# AI 工具本地缓存
.superpowers/
