node_modules/
dist/
build/
.env
.env.dispatch
*.db
*.sqlite
.DS_Store
.skills/
references/

# Local scratch / sensitive — never commit
cyberdeck/
.old_tabs.svelte.ts

# Packaging build artifacts
packaging/src/
packaging/pkg/
packaging/*.pkg.tar.zst
packaging/*.tar.zst
packaging/electron/src/
packaging/electron/pkg/
packaging/electron/*.pkg.tar.zst
packaging/electron/*.tar.zst
packages/frontend/release/

# Code-review artifacts
claude-report.md

# notes/ is local-only scratch (plans, reports, wishlist)
notes/

# Debug log output (DEBUG=1 bin/up writes LLM request/response + usage JSON here)
logging/
