-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
136 lines (118 loc) · 2.71 KB
/
Copy path.gitignore
File metadata and controls
136 lines (118 loc) · 2.71 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
node_modules
.DS_Store
**/.DS_Store
dist
coverage
*.log
.idea
.vscode
*.suo
*.lock
# Local/internal hidden tool directories
.*/
!.github/
!.github/**
# Environment / secrets
.env
.env.local
.env.*.local
.env.vercel_check
# LaTeX build artifacts
*.aux
*.fdb_latexmk
*.fls
*.toc
*.xdv
*.out
*.synctex.gz
# Python venv / caches
.venv/
__pycache__/
*.pyc
# Bun / Node build
.bun/
bun-debug*.log
# Accidental paste artifacts (don't commit literal `~` or `tmp/` folders
# that appear when a path pastes incorrectly into a shell)
~/
tmp/
# Editor / OS
.history/
Thumbs.db
._*
**/._*
Users/
# Local/generated benchmark artifacts are preserved on disk but not tracked.
benchmarks/runs/
benchmarks/benchmarks/
benchmarks/evensong/locomo_hybrid/
# Generated operator prompt handoffs (local-only, not repo artifacts)
handoffs/
# Session transcripts (private conversation data)
.hermes/
.claude/session-transcript.jsonl
.claude/session-data/
.claude/settings.local.json
.claude/scheduled_tasks.lock
.claude/projects/
.claude/worktrees/
.claude/verify/
.claude/plugins/
.gstack/
.agents/
.algo-profile/
.grok/
.learnings/
.shopify/
.playwright-mcp/
.worktrees/
.vercel/
# Backup files (manual .bak-YYYYMMDD patterns)
*.bak
*.bak-*
# Vault working dirs (per 2026-04-19 Wave 2D — submodule removed)
# Real vault is Fearvox/ds-research-vault (private), cloned standalone at _vault/.
# CCR git does not track vault content.
research-vault/
_vault/
_vault
# macOS / IDE scratch
.metadata/
*.swp
*.swo
# ─────────────────────────────────────────────────────────────
# Privacy cleanup 2026-04-19 — untrack business + internal docs
# These dirs / files are kept locally but not published to public repo.
# ─────────────────────────────────────────────────────────────
# Entire dirs — internal dev sessions, planning, session transcripts
.claude/
.planning/
.grok/
.learnings/
doc-dept/
evolution-layer/
repo-bootstrap/
# docs/ — remove internal work products, keep only paper assets
docs/superpowers/
docs/doc-dept/
docs/DASH-SHATTER-*.html
docs/business-model-*.md
docs/investor-brief-*.html
docs/HANDOFF-*.md
docs/SESSION-HANDOFF-*.md
docs/RESEARCH-DIRECTIONS.md
docs/research-vault-map.md
docs/R010-*.md
docs/STRESS-TEST-*.md
docs/*-contributions*.md
docs/*-contributions*.pdf
docs/*-techreport.tex
docs/evensong-paper-zh.tex
docs/evensong-paper-v3-zh.tex
# LaTeX build artifacts (belt-and-braces; already covered by *.aux etc. above)
docs/**/*.aux
docs/**/*.fdb_latexmk
docs/**/*.fls
docs/**/*.toc
docs/**/*.xdv
docs/**/*.bbl