summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: c40e88f37ede9c5cd64db43c1744a699c3aee974 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
node_modules/
dist/
build/
*.tsbuildinfo

# Local test credentials — never commit.
.env

# Agent prompts (orchestrator→subagent) and work reports — local only.
prompts/
reports/
.dispatch/plans/

# OS / editor noise
.DS_Store
*.log

# Local runtime DB
.dispatch-data/

# Local observability journal (runtime artifact)
.dispatch/journal/