# Dependencies
node_modules/

# Build output
dist/
*.app/

# Log / PID files (defensive—repo 内不该有，兜底)
*.log
*.pid

# OS / editor
.DS_Store
.vscode/
.idea/
*.swp
*~

# Local config / secrets
.env
.env.local
*.local.json
*.bak.*
bun.lock
CLAUDE.local.md

# Test output
/tmp/
.tap/
coverage/
