-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (35 loc) · 833 Bytes
/
.gitignore
File metadata and controls
38 lines (35 loc) · 833 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/
dist/
.env
*.tgz
.coverage/
coverage/
# Re-include test fixtures that intentionally contain coverage data
!tests/fixtures/**/coverage/
!tests/fixtures/**/coverage/**
*.log
.venv/
.DS_Store
Thumbs.db
.mcpregistry_*
mcp-publisher*
# Temp / draft / working files (blocked by pre-commit-no-temp-files hook)
*.tmp
*.bak
*.swp
*draft*
*unofficial*
*wip-*
*.dump
*.heap
*.cpuprofile
junit*.xml
test-results.*
# Experiment generated outputs — rebuildable via run-experiment.ts + materialize.ts
# Keep: prompts/, docs/, CLAUDE.md, prisma/, evaluation/, README.md, Status.md (source + results)
# Drop: output/ (generated code), session.log.json (raw CLI logs), *-response.md (raw Claude responses)
experiments/*/output/
experiments/failed-runs/*/
experiments/*/session.log.json
tmpclaude-*
.forgecraft/gate-violations.jsonl