-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy path.gitignore
More file actions
312 lines (280 loc) · 8.69 KB
/
.gitignore
File metadata and controls
312 lines (280 loc) · 8.69 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
node_modules
/eliza/
.eliza-repo-setup.lock
**/node_modules/
.env
.env.worktree
**/.env
**/.env.*
**/.env.local
**/.env.*.local
**/.env.development
**/.env.production
**/.env.preview
**/.env.dev
!**/.env.example
**/.vercel
**/.vercel/
dist
storybook-static
coverage
tmp/
.tmp/
apps/app/electron/build/
apps/app/electrobun/build/
.bun
.DS_Store
**/.DS_Store
# Build artifacts
*.bun-build
**/*.bun-build
*.tsbuildinfo
eliza/packages/elizaos/templates/
eliza/packages/elizaos/templates-manifest.json
apps/app/electron/tsc-out/
# Android build output (capacitor plugins, main app)
**/android/build/
# TypeScript declaration build outputs inside source dirs
eliza/packages/*/src/**/*.d.ts
!eliza/packages/app-core/src/ambient-modules.d.ts
# Ambient declaration shims for `@elizaos/core/roles` — the published
# alpha dist-tag doesn't ship the subpath exports field, so each
# package that imports it needs its own per-package .d.ts.
!eliza/packages/shared/src/elizaos-core-roles.d.ts
eliza/packages/*/src/**/*.d.ts.map
# Local ./eliza checkout — only @elizaos/core typescript sources had stray emit (see eliza/.gitignore)
eliza/packages/core/src/**/*.d.ts
eliza/packages/core/src/**/*.d.ts.map
src/plugins/**/*.d.ts
src/plugins/**/*.d.ts.map
# Compiled JS build outputs inside source dirs (app-core/ui uses tsx source directly)
eliza/packages/app-core/src/ui/**/*.js
# Lock files (managed at repo root)
package-lock.json
bun.lockb
pnpm-lock.yaml
!deploy/cloud-agent-template/package-lock.json
# Docker overrides
docker-compose.extra.yml
# Copied from deploy/.dockerignore.ci for local `docker build` (context root)
.dockerignore
# UI test artifacts
apps/ui/src/ui/__screenshots__/
apps/ui/playwright-report/
apps/ui/test-results/
eliza/packages/app-core/src/ui/test-results/
eliza/packages/app-core/src/ui/e2e/visual-regression.spec.ts-snapshots/
# Vendored repos (clone separately if needed)
vendor/
# MiladyOS AOSP product layer (tracked); exception to `vendor/` above.
!os/android/vendor/
# Built elsewhere — run `bun run build:android:system` before sync/validate.
os/android/vendor/milady/apps/Milady/Milady.apk
os/android/vendor/milady/apps/Milady/*.apk.idsig
os/android/vendor/eliza/apps/Eliza/Eliza.apk
os/android/vendor/eliza/apps/Eliza/*.apk.idsig
# Local scratch / backup patches and tarballs.
.preserve/
# Local untracked files
.local/
.vscode/
.claude/settings.local.json
.claude/scheduled_tasks.lock
.claude/skills/
.git-workspace/
IDENTITY.md
USER.md
*.tgz
.eliza/
.eliza.broken.*/
.milady-repo-setup.lock
.milady/desktop-dev-console.log
.milady/*.png
.milady/gmail-fixtures/
.milady/avd-signed/
reports/avd-smoke/
reports/aosp-cuttlefish/
reports/e2e-*/
test/mocks/fixtures/*.raw.json
.turbo/
skills/.cache/
apps/app/electron/.eliza
apps/app/electron/skills/
# Local workspace clones / scratch dirs
milady-workspace/
assets/
# Temporary capture files
temp_capture_*.jpg
knip_output*.txt
src/benchmark/mock-plugin.ts
biome-report.json
# Test/build log files
*.log
!docs/**/*.log
# Local audit outputs
report/
# Action benchmark reports (local eval output; never committed)
/action-benchmark-report/
/action-benchmark-report-*/
/action-benchmark-report*.md
# Agent learning docs & knowledge base
knowledge/
!src/knowledge/
src/knowledge/*
!src/knowledge/history.ts
!src/knowledge/history.md
scripts/knowledge-loop.mjs
**/__pycache__/
apps/app/test-results/
# WhatsApp session files (Baileys auth state)
/auth/
:memory:/
eliza/packages/benchmarks/app-eval/results/
!docs/plugins/
# Electrobun compiled native binaries (built locally, not committed)
apps/app/electrobun/src/libMacWindowEffects.dylib
# Electrobun built webview bridge preload (generated by `bun run build:preload`)
apps/app/electrobun/src/preload.js
# Electrobun build artifacts (created by `electrobun build`)
apps/app/electrobun/artifacts/
**/electrobun/artifacts/*.tar.zst
# Electron build directories
apps/app/electron/app-build/
apps/app/electron/milady-dist/
dist-electron/
# Build artifacts - installers and archives
*.dmg
*.AppImage
*.exe
*.msi
*.deb
*.rpm
apps/app/electron/*.tar.gz
# Test output directories
test-output/
artifacts/
# External plugin repos (not submodules)
elizaos-plugins/
e2e-screenshots/
data/
.avatar-clone-tmp
# Plugin repos owned by the embedded eliza checkout. These are registered in
# eliza/.gitmodules and should not be added to the outer milady index.
eliza/plugins/plugin-agent-skills/
eliza/plugins/plugin-anthropic/
eliza/plugins/plugin-cli/
eliza/plugins/plugin-commands/
eliza/plugins/plugin-cron/
eliza/plugins/plugin-discord/
eliza/plugins/plugin-edge-tts/
eliza/plugins/plugin-elizacloud/
eliza/plugins/plugin-evm/
eliza/plugins/plugin-google-genai/
eliza/plugins/plugin-groq/
eliza/plugins/plugin-imessage/
eliza/plugins/plugin-local-ai/
eliza/plugins/plugin-local-embedding/
eliza/plugins/plugin-music-library/
eliza/plugins/plugin-music-player/
eliza/plugins/plugin-ollama/
eliza/plugins/plugin-openai/
eliza/plugins/plugin-openrouter/
eliza/plugins/plugin-pdf/
eliza/plugins/plugin-shell/
eliza/plugins/plugin-shopify/
eliza/plugins/plugin-solana/
eliza/plugins/plugin-sql/
eliza/plugins/plugin-telegram/
eliza/plugins/plugin-whatsapp/
# Debug PTY captures from plugin-agent-orchestrator (PARALLAX_DEBUG_CAPTURE=1)
.parallax/
.worktrees/
.claude/worktrees/
# Generated raw avatar/animation assets from local setup hooks (non-source)
# Companion plugin owns these assets; ensure-avatars.mjs populates them.
eliza/apps/app-companion/public/animations/**/*.fbx
eliza/apps/app-companion/public/animations/**/*.fbx.gz
eliza/apps/app-companion/public/animations/**/*.glb
eliza/apps/app-companion/public/animations/**/*.glb.gz
eliza/apps/app-companion/public/animations/*.fbx
eliza/apps/app-companion/public/animations/*.fbx.gz
eliza/apps/app-companion/public/animations/*.glb
eliza/apps/app-companion/public/animations/*.glb.gz
eliza/apps/app-companion/public/vrms/**/*.vrm
eliza/apps/app-companion/public/vrms/**/*.vrm.gz
eliza/apps/app-companion/public/vrms/*.vrm
eliza/apps/app-companion/public/vrms/*.vrm.gz
eliza/apps/app-companion/public/vrms/imported-avatars.json
eliza/apps/app-companion/public/vrms/backgrounds/*.png
eliza/apps/app-companion/public/vrms/previews/*.png
eliza/apps/app-companion/public/vrms/backgrounds/*.jpg
eliza/apps/app-companion/public/vrms/previews/*.jpg
eliza/apps/app-companion/public/vrms/*.jpg
# Capacitor native platform scaffolds — generated by `npx cap add` and
# `cap sync`. Canonical platform configs live in eliza/packages/app-core/platforms/;
# run-mobile-build.mjs copies them into these dirs at build time.
apps/app/ios/
apps/app/android/
# Defensive: on-device GGUF models are ~500 MB. Even if apps/app/ios/ is ever
# un-ignored for selective tracking, this directory must stay out of git.
# Populated by native/ios-bun-port/models/download-first-light.sh + stage-into-xcode.mjs.
apps/app/ios/App/App/agent/models/
# Ignored caches
.ruff_cache/
cache/
# Runtime workspace placeholders (regenerated by agent runtime)
IDENTITY.md
USER.md
# Docker build artifacts
.docker-home/
apps/app/.vite/
# Local tool binaries (e.g. yt-dlp); PATH may prepend this dir in dev
scripts/bin/*
!scripts/bin/.gitkeep
# Dev workflow artifacts
milady-*.html
eliza-develop-full-commits-apply/
eliza-merge-into-develop/
# prr state file (auto-generated)
.pr-resolver-state.json
# Tutorial assets — host externally, not in git
docs/tutorials/videos/
docs/tutorials/captures/
# Agent skill files — per-user, not committed
.agents/skills/
.playwright-mcp/
# Vendored binaries (large, platform-specific)
scripts/bin/yt-dlp
scripts/bin/yt-dlp_*
# Local debugging scripts — not shipped
# codex-sniff.ts: local proxy between Codex CLI and Vercel AI Gateway
# for inspecting request/response shapes end-to-end. Kept out of git
# because it's a developer tool, not product code.
scripts/codex-sniff.ts
.tmp-live/
signal-auth/
whatsapp-auth/
test-results/
# Training pipeline lives entirely outside this repo — both the scripts and
# the data are mirrored to HuggingFace, NOT to milady's git history. Reasons:
# - Datasets + checkpoints (10s of GB to TBs) bloat the repo.
# - Trajectory exports may contain user data; gitignoring the whole tree
# defends against accidental `git add` of unfiltered records.
# - HF Hub is the canonical artifact store: dataset →
# elizaos/eliza-toon-v1-sft, models → elizaos/eliza-1-{2b,9b,27b}, the
# training pipeline itself → elizaos/eliza-training-pipeline.
# Sync via training/scripts/push_to_hf.py (dataset),
# training/scripts/push_model_to_hf.py (models), and
# training/scripts/push_pipeline_to_hf.py (pipeline source).
training/
.milady/
eliza-beta-prep/
# Local CI fix scratch checkouts (not part of the project)
eliza-ci-fix/
eliza-ci-fix-2/
eliza-ci-followup/
eliza-ci-clean/
eliza-merge-review/
reports/ai-qa/
reports/qa/
package.json.pre-disable-backup