summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: 9f55c28f5c8bfc3d5d32e0a526950e3a1e16f655 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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/
ai-review-report.md