# Build artifacts
/pocketctl
dist/
*.exe

# Dependencies
node_modules/
vendor/

# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
xcuserdata/
*.xcuserstate

# Environment
.env
.env.local
.env.production
.env.prod

# Logs
*.log

# Test
coverage/

# Vite
.vite/

# Claude
.claude/

# Superpowers SDD scratch (local session artifacts — ledger/brief/report/diff)
.superpowers/

# Test reports
test-report-*.html

# 调研报告（非代码，根目录临时产物）
*调研报告.html

app-connect/
AuthKey_95HSWCLC89.p8
AuthKey*.p8
distribution.cer
build/

# GitHub sync (persistent local mirror — not for gitee)
.github-sync/
.github-sync-*/
.deploy-local-hash

# Docker Compose override (local dev only)
docker-compose.override.yml

# Vite generated config files
web/vite.config.js
web/vite.config.d.ts

# Tool run artifacts (.omo continuation state) — anywhere in the tree
.omo/
**/.omo/
