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

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

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

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

# 本地数据库与缓存（运行时生成）
quiz/data/*.db
quiz/data/market_*.json

# AI 工具本地缓存
.superpowers/
