-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.gitignore
More file actions
261 lines (218 loc) · 4.95 KB
/
.gitignore
File metadata and controls
261 lines (218 loc) · 4.95 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
253
254
255
256
257
258
259
260
261
# NeuronFS ??Folder-as-Neuron Cognitive Engine
# ?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧
# Personal / Debug / Local-only files
# ?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧
# PowerShell debug scripts (local maintenance)
*.ps1
!install.ps1
# One-off scripts
cleanup.py
inject.py
rebuild.py
migrate_kr.py
debug_helper.js
list_files.js
list-files.js
patch_readme.js
patch_tldr.js
remove_palantir.js
# Personal data dumps
*.txt
!requirements.txt
reco
next
SESSION_LOG.md
chat_index*
sidebar_workspaces.json
trajectory_*
# Test files
test_*
hello.*
# Backup files
*.bak
*.bak2
*.vbs
# Express hello (unrelated)
express-hello/
# Evidence / internal deploy
evidence/
dashboard_deploy/
tools/
# Runtime test artifacts
runtime/tests_logs/
runtime/coverage_reports/
runtime/proto_dumps/
# IDE specific
.vscode/
# ?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧
# Core ignores (original)
# ?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧?먥븧
# Build artifacts
*.exe
*.exe~
# Node.js
runtime/node_modules/
# Debug/temp files
runtime/debug_out.txt
runtime/test_output.txt
runtime/diag*.mjs
runtime/test_cdp.mjs
runtime/inject_cdp.mjs
runtime/list_targets.mjs
runtime/scrape_bot1.cjs
runtime/wargame.mjs
runtime/multi-agent.mjs
_tmp_scrape.mjs
_tmp_aa_v1/
_tmp_aa_v2/
# Logs
*.log
*_log.txt
*_err.txt
*_result.txt
*_result_utf8.txt
bot1_dom.json
bot1_response.txt
bot1_scrape.json
bot1_ws.txt
harness_r*.txt
aa_log.txt
aa_err.txt
bridge_log.txt
bridge_err.txt
# System
.DS_Store
Thumbs.db
*.swp
*.swo
# Brain runtime files (auto-generated)
brain_state.json
brain_mesh.obj
brain.obj
# Brain user data — 뉴런 폴더 전체 추적 (폴더=뉴런, 손실 방지)
# 트랜잭션 파일만 제외
brain_v4/.neuronfs_backup/
brain_v4/.similarity_index/
brain_v4/.archive/
brain_v4/**/*.dormant
brain_v4/**/*.bak
brain_v4/_transcripts/*.txt
.gemini/
.neuronrc
# IDE rule files (auto-generated with personal data)
CLAUDE.md
.cursorrules
# All node_modules (anywhere)
**/node_modules/
# Injection preview
_injection_preview.txt
# Brain agent communication (transient)
# brain_v4/_agents/*/inbox/*.md
# brain_v4/_agents/*/outbox/*.md
# Personal orchestration scripts (contain hardcoded local paths)
runtime/bot-heartbeat.mjs
runtime/agent-bridge.mjs
runtime/kickstart.mjs
runtime/force_kick*.mjs
runtime/pulse.mjs
runtime/wargame.mjs
runtime/multi-agent.mjs
runtime/community_crawler.mjs
runtime/probe.mjs
runtime/pm-force*.mjs
runtime/scrape_bot1.cjs
# Internal backups
_backup_*/
brain/
# Logs directory
logs/
# Transcripts
_transcripts/
# Runtime temp files
runtime/qs_*.txt
runtime/coverage_*.txt
runtime/test_results.txt
test_result.txt
heartbeat_log.txt
# Proposals (internal)
_proposals/
# Environment
.env
# Temp directories
tmp_*/
force_kick.mjs
# Internal dev files (contain local paths)
internal/
!runtime/internal/
scripts/
.github/copilot-instructions.md
docs/OPERATIONS.md
# Test files with local paths
runtime/anti_forgery_test.go
runtime/coverage_deep_test.go
runtime/watch_stress_test.ps1
# V4 Swarm launcher (contains local paths)
start_v4_swarm.bat
# Reverse-Engineered Agentic Context Exploits (DO NOT PUBLISH)
ARCHITECTURE_AGENTIC_CONTEXT_SCHEMA.md
ARCHITECTURE_CONTEXT_HIJACKER.md
ARCHITECTURE_HEADLESS_AUTORUN.md
runtime/headless-executor.mjs
# MITM certificate (NEVER commit)
mitm.pfx
# CDP/gRPC hijack experiments (contain local debug data)
runtime/v[0-9]*-*.mjs
runtime/*-hijack*.mjs
runtime/*-patcher*.mjs
runtime/*-inject*.mjs
runtime/*probe*.mjs
runtime/hijack-launcher.mjs
runtime/context-hijacker.mjs
runtime/broad-logger.mjs
runtime/network-inspector.mjs
runtime/transcript-extractor.mjs
runtime/chat_summary.mjs
runtime/show_chat.mjs
runtime/scan_lsp_chat.mjs
runtime/raw_methods.mjs
runtime/repatch.mjs
runtime/restart-ext-host.mjs
runtime/full_search.mjs
runtime/grpc_summary.mjs
runtime/h2-patcher.mjs
runtime/hotpatch-main.mjs
runtime/cdp-main-inject.mjs
runtime/_fix_launcher.mjs
runtime/_show_latest.mjs
# Debug dumps
runtime/*.bin
runtime/*.txt
runtime/cdp_targets.json
runtime/chat_captured.json
v8_captures/
v9_captures/
# PS1 debug scripts
runtime/analyze_extension.ps1
runtime/check-net.ps1
runtime/check-ports.ps1
runtime/dump-procs.ps1
runtime/get_cmdline.ps1
runtime/get-cmd.ps1
runtime/monitor-grpc.ps1
runtime/extract_proto.ps1
runtime/extract_proto.mjs
runtime/decode_grpc.mjs
runtime/inject-exthost.mjs
deep_keys.txt
telegram-bridge/.chat_id
telegram-bridge/.env
# Quarantine (dead experiments)
_quarantine/
telegram-bridge/.offsets
telegram-bridge/.token
telegram-bridge/.mount
# Secrets (API keys ??NEVER commit)
.secrets/
dist/neuronfs/.secrets/
# Test coverage output
runtime/*.out