summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: dc485ecf2032508f5313abf865ec4f95085f6719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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/