This repository was archived by the owner on Sep 4, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
133 lines (126 loc) · 2.88 KB
/
Copy path.gitignore
File metadata and controls
133 lines (126 loc) · 2.88 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
# ── モデル本体・重み (アップロードしない) ──────────────────────────────────
*.jgen
*.gguf
*.safetensors
*.bin
*.pt
*.npy
*.npz
*.memory
*.jidx
*.jscout
*.vera
*.jcross
*.mlx
*.jmeta
weights/
local_weights/
converted_models/
models/
gpt-oss-120b-mlx/
Ornith-9B-Ollama-Package/
commander_tokenizer/
tokenizer.json
# ── 個人データ (永遠の記憶・視覚層・資産層・プロファイル) ────────────────────
.verantyx_chrono/
.verantyx_profile/
.openclaw/jcross_vault/
my_clone.memory
verantyx.config.json
# ── 他リポジトリのクローン・外部物 ──────────────────────────────────────────
HALLO/
claw-code/
dummy_project/
# cortex は verantyx-cortex として別リポジトリで公開 (ビルド成果物を追加しない)
cortex/src/**/*.js
cortex/src/**/*.js.map
cortex/src/**/*.d.ts
cortex/src/**/*.d.ts.map
cortex/test/**/*.js
cortex/test/**/*.js.map
cortex/test/**/*.d.ts
cortex/test/**/*.d.ts.map
cortex/scripts/**/*.js
cortex/scripts/**/*.js.map
cortex/scripts/**/*.d.ts
cortex/scripts/**/*.d.ts.map
cortex/benchmark/**/*.js
cortex/benchmark/**/*.js.map
cortex/benchmark/**/*.d.ts
cortex/benchmark/**/*.d.ts.map
cortex/vendor/
cortex/verantyx-ui-hub/
third_party/
cli/VRDriver/deps/MinHook/
cli/VRDriver/openvr/
cli/VRDriver/src/minhook
verantyx-win/
cortex-ios/
verantyx-god-mode/
1930s-newspaper-app/
dxvk-2.3/
MinHook/
# ── ビルド成果物・環境 ──────────────────────────────────────────────────────
*/target/
target/
build/
cli/.build/
.venv/
venv/
node_modules/
__pycache__/
*.pyc
.cache/
scratch/
*.rlib
*.a
*.pack
*.air
*.dylib
*.so
*.dll
*.exe
*.o
# ── ログ・一時ファイル・巨大アーカイブ・データセット ─────────────────────────
*.log
*.txt
!requirements.txt
*.tar.gz
*.zip
*.mov
*.mp4
.DS_Store
app.pid
.submit_eof.txt
swe_bench_verified.jsonl
intent_real.json
dummy_swe.jsonl
# 例外: 依存定義は追跡する
!cortex/benchmarks/**/requirements.txt
cortex/benchmarks/LongMemEval/data/*.json
# ── 追加ハイジーン (packaging) ─────────────────────────────────────────────
*.pid
*_debug.log
app_debug.log
**/__pycache__/
.Python
*.pyo
*.pyd
*.map
!**/package-lock.json
.idea/
.vscode/
*.swp
*.swo
*~
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
dist/
*.egg-info/
dummy.md
# ── root scratch / backups ─────────────────────────────────────────────────
*.bak
my_clone.*