-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
459 lines (415 loc) · 6.5 KB
/
.gitignore
File metadata and controls
459 lines (415 loc) · 6.5 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
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
# Build and Output
dist/
build/
target/
artifacts/
cache/
typechain-types/
.turbo/
node_modules/
julia/Manifest.toml
# Generated runtime directories
cli/data/agent-memories/
cli/data/logs/
cli/@juliaos/
packages/@juliaos/
data/secrets/
# Temporary files
temp/
temp-transfer/
transfer-temp/
tmp/
.tmp/
*-minimal.zip
*-slim.zip
transfer-instructions.txt
exclusions.txt
.cursor/rules
# Utils
openapi-generator-cli.jar
# Agent and wallet data - Don't commit sensitive information
data/agent-memories/
data/wallets/
data/secrets/
data/wallet.json
data/*.json
cli/data/agent-memories/
cli/data/wallets/
cli/data/secrets/
cli/data/*.json
cli/data/marketplace/
cli/data/purchases/
cli/data/storage/
**/*/data/wallets/
**/*/data/secrets/
**/*/data/*.json
**/data/marketplace/
# Test and Development
test-ledger/
test-cli-project/
test-project/
tests.old
coverage/
.nyc_output/
test-results/
qr-test/
# Test Files
test-*.js
*-test.js
test.js
*.test.js
demonstrate-*.js
# Environment and Secrets
.env
.env.local
.env.*.local
.env.test
.env.development
.env.production
secrets.json
credentials.json
*-wallet.json
wallet.json
solana-wallet.json
*-keypair.json
*.pem
*.key
*.cert
**/config/*.env
**/config/*.json
!**/config/default_config.json
!**/config/test_config.json
# Specific environment files in subdirectories
bridges/relay/.env
packages/cross-chain-router/.env
relay/.env
cli/.env
packages/*/.env
**/cli/.env
# API Keys and Tokens
**/*/apikey*
**/*/token*
**/*_token*
**/*_key*
**/*_secret*
**/*_passphrase*
**/*_mnemonic*
**/*_seed*
**/api_key*
**/secret_key*
**/*_api_key*
# Discord and Telegram Bot Tokens
DISCORD_TOKEN*
TELEGRAM_TOKEN*
*_BOT_TOKEN*
# Temporary transfer/backup files
transfer-temp/
JuliaOSFramework*.zip
*-minimal.zip
transfer-instructions.txt
# CLI Commands and Temporary Files
command.txt
# IDE and Editor
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
.idea/
*.swp
*.swo
*.sublime-workspace
*.sublime-project
.history/
.vscode-test/
cursorrules/
*.code-workspace
# Cursor specific
.cursor/
.cursor-server/
.cursor-server-*
.cursor-*
.cursor.json
.cursor-config/
.cursor-project/
.cursor-history/
.cursor-chat/
.cursor-commands/
.cursor-snippets/
.cursor-settings.json
# OS Generated
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
.directory
$RECYCLE.BIN/
# Julia Specific
*.jl.cov
*.jl.*.cov
*.jl.mem
/julia/deps/deps.jl
# /julia/Manifest.toml # Keep Julia's main Manifest tracked
# Don't ignore Project.toml files
# **/Manifest.toml # Removing this line to track Manifests
/julia/artifacts/
/julia/compiled/
/julia/logs/
**/.julia/
**/julia-history.jl
# Package Manager
# Uncomment if you want to ignore lockfiles
# package-lock.json
# yarn.lock
# pnpm-lock.yaml
# Python specific
__pycache__/
venv/
python/venv/
python/src/juliaos.egg-info
# Non-source code files generated for Python from OpenAPI spec
temp-generated/
# Generated Files
*.tsbuildinfo
*.js.map
*.d.ts
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.debug/
debug/
debug.log
# DeFi Specific
config/production.json
config/*.key
config/*.secret
config/*.pem
config/*.env
config/*.json
!config/test_config.json
!config/default_config.json
# Solana Specific
.anchor/
**/target/
**/test-ledger/
**/test-ledger-*/
**/test-ledger.*/
# Blockchain Specific
.ethereum/
.solana/
.chain/
*.chain
*.wallet
*.keystore
*.keypair
*.mnemonic
*.seed
*.private
*.public
**/geth/
**/.ethereum/
**/chaindata/
**/datadir/
**/.solana/
**/.near/
**/.sui/
**/.aptos/
**/network_id_data/
**/ethereum/
**/mainnet/
**/testnet/
**/devnet/
**/keystore/
**/accounts.json
# Market Data
data/market/
data/price/
data/volume/
data/historical/
data/indicators/
data/analysis/
# Monitoring
monitoring/
metrics/
**/performance-logs/
**/metrics/
**/benchmarks/results/
# Backup and Recovery
backup/
recovery/
*.bak
*.backup
*.recovery
*.restore
**/*backup*/
**/backups/
**/*.bak
**/*.backup
**/*.old
solana-wallet*.json
privatekey-*.txt
mnemonic-*.txt
# Test Data
test/data/
test/backup/
test/logs/
!test/test_config.json
**/test-data/
**/sample-data/
**/dummy-data/
**/mock-data/
# Documentation
docs/_build/
docs/_static/
docs/_templates/
docs/_themes/
# Ignore all other .md files, except root README.md, Python wrapper README.md, a2a README.md and translation files
**/*.md
!/README.md
!/packages/python-wrapper/README.md
!/packages/python-wrapper/docs/api_reference.md
!/docs/translations/*.md
!/a2a/README.md
# Ignore specific root-level .md files
/CONTRIBUTING.md
/GITHUB_PREPARATION.md
/LANGCHAIN_INTEGRATION_PLAN.md
/MAINTENANCE.md
/SECURITY.md
/SWARM_ALGORITHMS_IMPLEMENTATION.md
# Ignore context file
juliaos-context.mdc
# Local Development
local/
dev/
development/
*.local
*.dev
*.development
.juliaos-*
# Security (consolidated)
*.p12
*.pfx
*.key
*.crt
*.csr
*.srl
*.pem
*.der
*.priv
*.pub
*.sig
*.sign
*.token
*.auth
*.authz
*.cert
*.certificate
*.chain
*.chain.cert
*.chain.key
*.chain.pem
*.chain.der
*.chain.p12
*.chain.pfx
*.chain.csr
*.chain.srl
*.chain.token
*.chain.auth
*.chain.authz
*.chain.certificate
*.chain.chain
**/*.pem
**/*.key
**/*.p12
**/*.pfx
**/*.der
**/*.crt
**/*.cer
**/*.priv
**/*.keystore
**/private_key*
**/private-key*
**/privatekey*
**/keys.json
**/wallet-keys.json
**/wallet_keys.json
**/*wallet*backup*
**/*wallet*export*
**/*wallet*dump*
# AI and LLM related
ai-history/
prompt-history/
*.prompt
*.conversation
*.chat-history
llm-cache/
# Redundant Files
run-test.bat
run-test.ps1
run-direct.bat
run-direct.ps1
test-route-creation.js
demonstrate-cross-chain-router.js
CLI_SUMMARY.md
CLI_README.md
DOCKER_CLEANUP.md
DOCKER_UNIFIED.md
Dockerfile.simple
juliaos.bat
j3os-cli.sh
j3os-cli.bat
j3os.bat
j3os.sh
j3os.ps1
cli/enhanced-cli.js
cli/consolidated-cli.js
cli/update-script.js
cli/run-native.bat
cli/run-native.sh
cli/j3os.sh
cli/j3os.ps1
run-enhanced-cli.bat
run-enhanced-cli.sh
run-enhanced-cli.ps1
# Redundant script files that might be recreated
/run-cli.sh
/run-cli.bat
/run-cli.ps1
/run-enhanced-cli.sh
/run-enhanced-cli.bat
/run-enhanced-cli.ps1
/docker-run.sh
/docker-run.bat
/docker-run.ps1
/run-enhanced-docker.sh
/run-enhanced-docker.bat
/run-enhanced-docker.ps1
/Dockerfile.enhanced
/Dockerfile.unified
/cli-files/
# Old files
/old-files/
*/old-files/
**/old-files/
cli/old-files/
# Project specific private data
*.private.json
.secrets/
config/*.secret.json
*.secret.js
# Project documentation with sensitive information
PROJECT_CONTEXT.md
GITHUB_PREPARATION.md
# Additional configuration directories
.j3os_config/
# Any remaining environment files that might be missed
**/*.env
**/settings.json