forked from mariogov/TheOracle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
252 lines (220 loc) · 4.46 KB
/
Copy path.gitignore
File metadata and controls
252 lines (220 loc) · 4.46 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
# Directories excluded from repo (kept locally)
benchmarks/
benchmark_results/
.github/*
!.github/workflows/
.github/workflows/*
!.github/workflows/ci.yml
!.github/workflows/ci_smoke_*.yml
# TASK-TEST-011 Phase F workflow allowlist.
!.github/workflows/e2e.yml
!.github/workflows/chaos.yml
!.github/workflows/load.yml
!.github/workflows/soak.yml
# Rust build artifacts
target/
target-test/
**/*.rs.bk
# Local training datasets (kept locally, not pushed)
shakespear/
# Local sample code scratchpad (kept locally, not pushed)
samplecode/
# Nested external repo (separate project, has its own .git)
agentdb/
ruvector/
# Cargo project config
.cargo/*
!.cargo/
!.cargo/config.toml
# Claude/AI tooling directories and files
.claude-flow/
.hive-mind/
.serena/
.swarm/
.claude/scheduled_tasks.lock
# CLAUDE.md is internal AI-agent process memory; not published in the public repo.
**/CLAUDE.md
CLAUDE.local.md
**/CLAUDE.local.md
claude-flow
# Coordination/memory state (ephemeral)
# Note: /memory/ at root only - don't ignore src/memory/ source code
/coordination/
/memory/
# Database files
*.db
*.db-journal
*.db-wal
*.sqlite
*.sqlite-journal
*.sqlite-wal
# Generated/temporary files
claude-flow.config.json
hive-mind-prompt-*.txt
# Project root .mcp.json is committed so shared Claude Code MCP servers load consistently.
**/.mcp.json
!/.mcp.json
**/.mcp.local.json
# Backup and copy files
*_backup*
*_bak*
* copy.*
* copy *
*.bak
*.backup
*.orig
# Node modules (if added later)
node_modules/
# IDE/Editor files
.vscode/
.idea/
*.swp
*.swo
*~
.project
.settings/
*.iml
# OS files
.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini
# Logs
*.log
logs/
# Playwright MCP session artifacts (ephemeral browser logs)
.playwright-mcp/
# Browser-automation slop at repo root (social-media/Stripe screenshots,
# accessibility snapshots, base64 blobs). Root-anchored so legit files in
# subdirectories are unaffected. Keep this list in sync with new automation runs.
/li-*
/li_*
/linkedin-*
/linkedin_*
/x-*
/yt-*
/yt_*
/youtube-*
/chatgpt-*
/cgpt-*
/composer-*
/composer[0-9]*
/stripe-*
/gmail-*
/oracle-kernel-*
/probe.png
/*-b64.txt
/*_b64.json
/*_thumb_b64.json
# Environment files (may contain secrets)
.env
.env.*
!.env.example
# Test coverage
coverage/
*.lcov
*.profraw
*.profdata
*.gcda
*.gcno
tarpaulin-report.html
tarpaulin-report.json
# Root models/ may be a source crate; ignore only heavyweight local model payloads.
/models/artifacts/
/models/cache/
/models/checkpoints/
/models/**/*.safetensors
/models/**/*.bin
/models/**/*.pt
/models/**/*.onnx
/models/**/*.h5
/models/**/*.pb
/models/**/*.tflite
/models/**/*.pth
/models/**/*.ckpt
/models/**/*.msgpack
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
clipcannon/.venv/
clipcannon/.pytest_cache/
clipcannon/.ruff_cache/
clipcannon/tmp/
clipcannon/models/*
!clipcannon/models/README.md
!clipcannon/models/models_config.toml
clipcannon/models/**/*.safetensors
clipcannon/models/**/*.bin
clipcannon/models/**/*.pt
clipcannon/models/**/*.onnx
clipcannon/models/**/*.h5
clipcannon/models/**/*.pb
clipcannon/models/**/*.tflite
clipcannon/models/**/*.pth
clipcannon/models/**/*.ckpt
clipcannon/models/**/*.msgpack
# HuggingFace cache and ML training artifacts
.cache/
huggingface_hub/
wandb/
mlruns/
lightning_logs/
checkpoints/
tmp/
.tmp/
# Rust benchmark and debug artifacts
criterion/
flamegraph.svg
perf.data
perf.data.old
*.rlib
# Runtime data
contextgraph_data/
artefacts/
# RocksDB runtime data
data/
# Stale/migration data folders
contextgraph_data_incompatible_*/
contextgraph_data_backup_*/
contextgraph_data_corrupted_*/
contextgraph_data.bak.*/
# Large benchmark artifacts (regeneratable) — covered by benchmark_results/ above
# Debug artifacts that shouldn't be tracked
*.rmeta
*.rlib.rmeta
# === Public-release exclusions (internal/personal content kept local only) ===
# AI coding-agent process, doctrine, and memory (internal workflow)
/AGENTS.md
/.claude/
docs2/
backupdocs/
# Personal / non-public docs (correspondence, transcripts, other projects)
docs/vopson/
docs/agitranscript.md
docs/leapableai_youtube_transcripts.md
docs/alldata.md
# Python/tooling caches not already covered
.pytest_cache/
.ruff_cache/
# LaTeX build artifacts (keep .tex/.pdf/.bib, drop generated intermediates)
*.aux
*.bbl
*.blg
*.out
*.fls
*.fdb_latexmk
*.toc
*.synctex.gz
# === TheOracle public repo: exclude internal tooling, fixtures, bulky docs ===
# Root-anchored so nested crate dirs (e.g. crates/*/tests) are unaffected.
/scripts/
/tasks/
/tests/
/reference/
/requirements/
/systemd/
/docs/