-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (34 loc) · 988 Bytes
/
Copy path.gitignore
File metadata and controls
38 lines (34 loc) · 988 Bytes
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
35
36
37
38
node_modules/
*.db
*.log
.env
contrib/python/__pycache__/
.barebrowse/
.mcp-bridge.json
.jobs/
.claude/stash/
.claude/memory/
.claude/friction/
.idea/
.litectx/
# RT-4 POC scratch (never shipped, per the POC-first dev rule). The graduated
# RT-1 POCs under poc/rt1-*.mjs are tracked deliberately; these are not.
poc/rt4-*.mjs
poc/rt2-*.mjs
poc/spawn-idle-*.mjs
poc/preplan-*.mjs
poc/assess-*.mjs
# Generated TypeScript declarations (emitted from JSDoc by `npm run build:types`,
# shipped via prepublishOnly). Hand-written declarations under types/ are tracked.
/index.d.ts
/src/**/*.d.ts
/tools/**/*.d.ts
/bin/**/*.d.ts
# RLM step-8 e2e dataset (fetched on demand, not committed)
agnews.csv
# Agent / IDE / tooling scratch — ignore EVERY dot-directory by default
# (.claude, .litectx, .idea, .barebrowse, .vscode, and whatever the next tool
# invents), then re-admit only the ones we actually ship. Default-deny beats
# chasing each new scratch dir with its own line.
.*/
!.github/