-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (45 loc) · 988 Bytes
/
Copy path.gitignore
File metadata and controls
53 lines (45 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# build output
.zig-cache/
zig-out/
zig-pkg/
target/
node_modules/
# local runtime state / secrets (never commit)
harness.trace.jsonl
harness.trajectory.jsonl
.harness/
.graff/
.claude/scheduled_tasks.lock
*.session.json
.mcp.json
.simple-harness-keys.json
.simple-harness-codegraff.json
# tooling artifacts
.zigrep_archive
codedb.snapshot
.DS_Store
__pycache__/
*.pyc
.simple-harness-history
.simple-harness-model
.wrangler/
# local social drafts
tweet.md
# local agent/IDE config (not project source)
.codex/
.devin/
# release artifacts
dist/
# surfer lives in its own repo (~/surfer, github.com/justrach/surfer) — never track it here
surfer/
# codedb lives in its own repo (github.com/justrach/codedb) — local checkout only
codedb/
graff-evals/results/
graff-evals/.sandboxes/
# optional Lean build (lean-proofs is source; lake is not required)
lean-proofs/.lake/
lean-proofs/lake-manifest.json
spec/lean/.lake/
spec/lean/lake-manifest.json
# session-local stores
.engram/