forked from openclaw/openclaw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
219 lines (197 loc) · 5.18 KB
/
.gitignore
File metadata and controls
219 lines (197 loc) · 5.18 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
node_modules
**/node_modules/
**/node_modules.bak/
.env
docker-compose.override.yml
docker-compose.extra.yml
dist
dist-runtime
pnpm-lock.yaml
bun.lock
bun.lockb
coverage
__openclaw_vitest__/
__pycache__/
*.pyc
.tsbuildinfo
.pnpm-store
.worktrees/
.DS_Store
**/.DS_Store
ui/src/ui/__screenshots__/
ui/playwright-report/
ui/test-results/
packages/dashboard-next/.next/
packages/dashboard-next/out/
# Mise configuration files
mise.toml
# Android build artifacts
apps/android/.gradle/
apps/android/app/build/
apps/android/.cxx/
apps/android/.kotlin/
apps/android/benchmark/results/
# Bun build artifacts
*.bun-build
apps/macos/.build/
apps/shared/MoltbotKit/.build/
apps/shared/OpenClawKit/.build/
apps/shared/OpenClawKit/Package.resolved
**/ModuleCache/
bin/
bin/clawdbot-mac
bin/docs-list
apps/macos/.build-local/
apps/macos/.swiftpm/
apps/shared/MoltbotKit/.swiftpm/
apps/shared/OpenClawKit/.swiftpm/
Core/
apps/ios/*.xcodeproj/
apps/ios/*.xcworkspace/
apps/ios/.swiftpm/
apps/ios/.derivedData/
apps/ios/.local-signing.xcconfig
vendor/
apps/ios/Clawdbot.xcodeproj/
apps/ios/Clawdbot.xcodeproj/**
apps/macos/.build/**
**/*.bun-build
apps/ios/*.xcfilelist
# Vendor build artifacts
vendor/a2ui/renderers/lit/dist/
src/canvas-host/a2ui/*.bundle.js
src/canvas-host/a2ui/*.map
.bundle.hash
# fastlane (iOS)
apps/ios/fastlane/README.md
apps/ios/fastlane/report.xml
apps/ios/fastlane/Preview.html
apps/ios/fastlane/screenshots/
apps/ios/fastlane/test_output/
apps/ios/fastlane/logs/
apps/ios/fastlane/.env
# fastlane build artifacts (local)
apps/ios/*.ipa
apps/ios/*.dSYM.zip
# provisioning profiles (local)
apps/ios/*.mobileprovision
# Local untracked files
.local/
docs/.local/
docs/internal/
tmp/
IDENTITY.md
USER.md
.tgz
.idea
# local tooling
.serena/
# Agent credentials and memory (NEVER COMMIT)
/memory/
.agent/*.json
!.agent/workflows/
/local/
package-lock.json
.claude/
.agent/
skills-lock.json
# ═══════════════════════════════════════════════════════════════════
# WORKSPACE PERSONAL DATA — NEVER COMMIT (added after privacy leak)
# Commit d531fa6 accidentally pushed all of these to public repo.
# ═══════════════════════════════════════════════════════════════════
MEMORY.md
SOUL.md
BOOTSTRAP.md
HEARTBEAT.md
TOOLS.md
BRIEFING.md
PRIVACY.md
PROJECTS.md
VOICE.md
SESSION.md
.openclaw/
bank/
data/
db/
crm_data/
sessions/
!src/config/sessions/
employees.txt
*.sqlite
*.db
auth-profiles.json
memory/
!src/memory/
!extensions/*/src/memory/
!.agents/*/
morning-briefings/
skills/
!.agents/skills/
!src/agents/skills/
config/
!src/config/
!extensions/*/src/config*
# Local iOS signing overrides
apps/ios/LocalSigning.xcconfig
# Xcode build directories (xcodebuild output)
apps/ios/build/
apps/shared/OpenClawKit/build/
Swabble/build/
# Generated protocol schema (produced via pnpm protocol:gen)
dist/protocol.schema.json
.ant-colony/
# Eclipse
**/.project
**/.classpath
**/.settings/
**/.gradle/
# Synthing
**/.stfolder/
.dev-state
docs/superpowers/plans/2026-03-10-collapsed-side-nav.md
docs/superpowers/specs/2026-03-10-collapsed-side-nav-design.md
.gitignore
test/config-form.analyze.telegram.test.ts
ui/src/ui/theme-variants.browser.test.ts
ui/src/ui/__screenshots__
ui/src/ui/views/__screenshots__
ui/.vitest-attachments
docs/superpowers
# Deprecated changelog fragment workflow
changelog/fragments/
# Fork-private scripts (live in ~/.openclaw/fork-scripts/, not in public git)
scripts/merge-upstream.sh
scripts/merge-guardian.sh
scripts/merge-intelligence.mjs
scripts/safe-cron-merge.sh
scripts/apply-fork-wiring.mjs
scripts/sync-from-tinkerclaw.sh
scripts/fork-build.sh
scripts/fork-setup.sh
docs/README-SPEC.md
scripts/post-merge-build-playbook.md
docs/fork-setup.md
docs/plans/2026-03-21-whatsapp-protocol-v2.md
# ═══════════════════════════════════════════════════════════════════
# AMYGDALA PERSONALITY MODELS — trained on private conversation data
# Prudence models (public AI incident data) remain tracked.
# ═══════════════════════════════════════════════════════════════════
models/amygdala/checkpoints/personality_*.pt
models/amygdala/checkpoints/personality_*.json
models/amygdala/onnx/personality_*.onnx
models/amygdala/onnx/personality_*.onnx.data
models/amygdala/personality-*.onnx
models/amygdala/personality-*.onnx.data
# Personality nudge file — contains active behavioral modulation state
data/amygdala/personality-nudge.json
# Training data databases — contain private interaction history
data/amygdala/*.sqlite
models/amygdala/training.db
# Compiled Python bytecache
data/amygdala/tests/__pycache__/
# Large external tensor data (87MB+) — use separate storage / LFS
models/amygdala/**/*.onnx.data
# Pretrain output directory (generated by kd_pretrain.py nightly)
output/
# tsgo build cache (Jarvis fork)
.artifacts/