-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (50 loc) · 1.65 KB
/
Copy path.gitignore
File metadata and controls
62 lines (50 loc) · 1.65 KB
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
54
55
56
57
58
59
60
61
62
node_modules/
output/
output.nosync/
.env
.envrc
.DS_Store
.idea/
.antigravitycli/
.agents/
dist/
out/
.vercel/
.netlify/
npm-debug.log*
# Generated eval intermediates (join sidecars) — regenerated by `npm run refresh`
logs/data/
# Runtime logs (transient, regenerable) — untracked to avoid accidental `git add -A`
logs/*.log
# Design docs / specs — kept local, not pushed
docs/
# Large derived artifacts for approach 2 / RRF (deterministically regenerable via summaries:gen / embed:gen; 16M base64 not committed)
# wiki-map.json / wiki-prose.json are small and tracked, so they are excluded from this list
data/file-summaries.json
data/summary-vectors.json
data/summaries/file-summaries.json
data/summaries/summary-vectors.json
data/summaries/module-summaries.json
data/index/chunks.json
data/index/chunk-vectors.json
data/index/module-graph.json
# Embedding model stamp (vec-model-guard; regenerated with the vector store)
data/**/*.model
# wiki prose incremental hash cache (regenerated with wiki:gen)
data/.wiki-prose-hashes.json
# Temporary recall probes (for local experiments, not committed)
/_*-probe.ts
data/deepwiki/
runs/
# `output.nosync/` alone did not cover output.nosync.bak, and a `git add -A` committed 15,706
# backup artefacts. Match the prefix, not the exact directory.
output.nosync*
# Python virtualenv — present in the tree, previously neither tracked nor ignored
.venv/
# Scratch measurement scripts and their logs. Named so they cannot be committed by a `git add -A`
# again: three benchmark logs and a comparison script reached the history that way.
_*.ts
_*.sh
.*.log
# Local plugin state, no reason to travel with the repo
.superpowers/