-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (39 loc) · 824 Bytes
/
Copy path.gitignore
File metadata and controls
48 lines (39 loc) · 824 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
39
40
41
42
43
44
45
46
47
48
# Node / TS
node_modules/
.next/
out/
build/
dist/
*.tsbuildinfo
*.log
.DS_Store
.env
.env.local
.env.*.local
coverage/
# Convex
.convex/
# Vercel
.vercel/
# Editor / IDE
.idea/
.vscode/
*.swp
# OS
Thumbs.db
# Claude Code local state
.claude/
*.tgz
.gstack/
# Bench artifacts (generated by `npm run bench`; see ENG_REVIEW failure mode #2)
data/bench/*.json
.tensorlake/
# Convex auto-generated client (regenerated by `npx convex codegen`).
convex/_generated/
# Acme corpus version-bump marker (used by data/acme-agent for snapshot
# rollover during demo rehearsals).
data/acme-agent/.bumped
# Runtime status snapshots — written by `npm run prewarm:ui` to give the
# UI live Tensorlake/Nia metadata at boot. Per-machine; never check in.
packages/ui/public/tensorlake-status.json
packages/ui/public/nia-status.json