-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Expand file tree
/
Copy path.gitignore
More file actions
773 lines (649 loc) · 19.5 KB
/
.gitignore
File metadata and controls
773 lines (649 loc) · 19.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
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
node_modules
/out
.next/
**/.next/**
.env
.env.production
.env.crypto-wallets.generated
.env.local
.env.bak
.env_main
.env.preview.local
.idea
.zed
.DS_Store
.art
art_venv
# Xcode (user data)
xcuserdata/
*.xcuserstate
# Tauri-generated Xcode project
examples/browser-extension/safari/
# Safari browser-extension example Xcode project — regenerates UUIDs +
# timestamps on every Xcode open/build, creating large pure-churn diffs.
# The Swift sources, assets, and Resources/ subtree stay tracked; only
# the generated *.xcodeproj/ pbxproj is ignored.
packages/examples/browser-extension/safari/**/*.xcodeproj/project.pbxproj
# Generated app platform shells; canonical templates live under packages/app-core/platforms.
packages/app/android/
packages/app/ios/
packages/app/electrobun/
# Capacitor native plugin build output and local Gradle state.
packages/capacitor/**/android/build/
packages/capacitor/**/android/.gradle/
packages/capacitor/**/ios/build/
packages/capacitor/**/ios/Pods/
packages/capacitor/**/DerivedData/
dist/
# Stray declaration emit (canonical declarations live under dist/)
plugins/**/auto-enable.d.ts
plugins/**/auto-enable.d.ts.map
**/vitest.config.d.ts
**/vitest.config.d.ts.map
# Stray declaration emit next to TS in plugin-discord (canonical declarations live under dist/)
plugins/plugin-discord/**/*.d.ts
plugins/plugin-discord/**/*.d.ts.map
# Accidental JS/sourcemap emit next to TS in @elizaos/core (build output is dist/)
packages/core/src/**/*.js
packages/core/src/**/*.js.map
# Accidental test-helper emit next to TS in plugin-lifeops (build output is dist/)
plugins/plugin-lifeops/test/helpers/*.d.ts
plugins/plugin-lifeops/test/helpers/*.d.ts.map
plugins/plugin-lifeops/test/helpers/*.js
plugins/plugin-lifeops/test/helpers/*.js.map
# Accidental declaration emit next to TS in @elizaos/contracts (build output is dist/)
packages/contracts/src/**/*.d.ts
packages/contracts/src/**/*.d.ts.map
*.gguf
*.onnx
*.wav
*.mp3
logs/
tokencache/
# Character configurations
characters/**/secrets.json
characters/**/*.env
characters/**/*.key
characters/**/private/
cache/*
models/*
tsup.config.bundled_*.mjs
.turbo
instructions.md
wallet_data.txt
coverage
.eslintcache
eliza.manifest
eliza.manifest.sgx
eliza.sig
# Configuration to exclude the extra and local_docs directories
extra
**/dist/**
packages/docs/api/*
**/dist/**
**/.docusaurus/**
**/docs/build/**
lerna-debug.log
tsdoc_cache/
tsdoc_comments/
**/elizadb/**
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*
# Org-mode
.org-id-locations
*_archive
# flymake-mode
*_flymake.*
# eshell files
/eshell/history
/eshell/lastdir
# elpa packages
/elpa/
# reftex files
*.rel
# AUCTeX auto folder
/auto/
# cask packages
.cask/
dist/
# Flycheck
flycheck_*.el
# server auth directory
/server/
# projectiles files
.projectile
# directory configuration
.dir-locals.el
# network security
/network-security.data
packages/autodoc/text_objects/*
/env
**elizadb**
**/.eliza/
# UI Test related files
screenshots/
packages/client/ui-tests/screenshots/
**/ui-tests/screenshots/**
test-results/
**/test-results*/
playwright-report/
**/playwright-report/
**/test-results/
**/playwright/.cache/
.playwright/
**/tests/*.log
**/tests/artifacts/
**/tests/logs/
**/tests/temp/
**/test-report*.json
**/.nyc_output/
# Local git worktrees of cloud package work (parallel CI/test branches)
/cloud-ci-playwright/
/cloud-develop-playwright-ci/
/cloud-develop-fix/
# Local OmniVoice source checkout used for pin audits; fused builds clone the
# pinned source into a cache and strip OmniVoice's nested ggml submodule.
packages/inference/omnivoice.cpp/
# Archive files
*.zip
*.tar
*.tar.gz
*.tgz
*.rar
*.7z
# Temporary files
*.tmp
*.temp
temp/
tmp/
# Added by Task Master AI
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
dev-debug.log
# Dependency directories
node_modules/
# Environment variables
# Editor directories and files
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# OS specific
# Task files
tasks.json
tasks/
!packages/benchmarks/app-eval/tasks/
!packages/benchmarks/app-eval/tasks/__init__.py
!packages/benchmarks/app-eval/tasks/*-tasks.json
!packages/benchmarks/app-eval/tasks/*_evaluator.py
!packages/benchmarks/eliza-1/src/tasks/
!packages/benchmarks/eliza-1/src/tasks/*.ts
!plugins/plugin-agent-skills/src/tasks/
# Vendored benchmark task fixtures — these ARE the benchmark, not generated.
# We own all benchmark code in-tree; no submodules (only llama.cpp is a submodule).
!packages/benchmarks/claw-eval/tasks/
!packages/benchmarks/claw-eval/tasks/**
!packages/benchmarks/skillsbench/tasks/
!packages/benchmarks/skillsbench/tasks/**
!packages/benchmarks/terminal-bench/tasks/
!packages/benchmarks/terminal-bench/tasks/**
!packages/benchmarks/swe-bench-pro/run_scripts/**
!packages/benchmarks/nl2repo/test_files/
!packages/benchmarks/nl2repo/test_files/**
# Development database and tool directories
**/data/
# But cloud-frontend uses src/lib/data/ as legitimate source — un-ignore it
!packages/cloud-frontend/src/lib/data/
!packages/cloud-frontend/src/lib/data/**
# plugin-mysticism ships data/*.json fixtures alongside the engines —
# tarot, iching, and astrology all import their data tables from those JSONs.
!plugins/plugin-mysticism/src/engines/*/data/
!plugins/plugin-mysticism/src/engines/*/data/**
# Benchmark fixture data is vendored, not generated.
!packages/benchmarks/qwen-claw-bench/data/
!packages/benchmarks/qwen-claw-bench/data/**
!packages/benchmarks/tau-bench/elizaos_tau_bench/upstream/envs/airline/data/
!packages/benchmarks/tau-bench/elizaos_tau_bench/upstream/envs/airline/data/**
!packages/benchmarks/tau-bench/elizaos_tau_bench/upstream/envs/retail/data/
!packages/benchmarks/tau-bench/elizaos_tau_bench/upstream/envs/retail/data/**
!packages/benchmarks/swe-bench-multilingual/tests/test_data/
!packages/benchmarks/swe-bench-multilingual/tests/test_data/**
!packages/benchmarks/swe-bench-pro/helper_code/data/
!packages/benchmarks/swe-bench-pro/helper_code/data/**
# eliza-1 smoke corpus: ~400-row e2e SFT pipeline validator, kept in
# git so the pipeline can be smoke-tested from a fresh clone. The
# `**/data/` rule above swallows the parent dir, so re-include each
# segment before re-including the smoke corpus contents.
!packages/training/data/
!packages/training/data/final-eliza1-smoke/
!packages/training/data/final-eliza1-smoke/**
**/.roo/
**/.roomodes/
**/.taskmaster/
**/.windsurfrules/
.roomodes
/.kiro
# TypeScript incremental compilation cache
*.tsbuildinfo
tsconfig.tsbuildinfo
# Rust build artifacts
**/target/
**/*.rs.bk
# Python build artifacts
**/__pycache__/
**/*.py[cod]
**/*$py.class
**/.pytest_cache/
**/.mypy_cache/
**/.ruff_cache/
**/.coverage
**/.coverage.*
**/*.egg-info/
**/.venv/
**/venv/
**/env/
**/ENV/
test-data/
standalone.ts
/.claude
# Continuous Claude cache (local only)
.claude/cache/
# i18n keyword codegen (regenerated from keywords/*.keywords.json)
packages/shared/src/i18n/generated/
packages/core/src/i18n/generated/
tsconfig.test.json
# Migration status docs (temporary)
MIGRATION_*.md
TYPE_AND_LINT_STATUS.md
# Test output files
test-output.txt
# Generated training datasets (large, regenerated by benchmark runs)
apps/app-training/datasets/
# Vitest type compatibility shims
packages/core/src/types/vitest-*.d.ts
# Accidental tsc output next to .ts sources (declarations and JS ship from dist/, not src/)
# Hand-written ambient .d.ts files are excluded from this rule via negation below.
packages/core/src/**/*.d.ts
packages/core/src/**/*.d.ts.map
packages/agent/src/**/*.js
packages/agent/src/**/*.js.map
packages/agent/src/**/*.d.ts
packages/agent/src/**/*.d.ts.map
!packages/agent/src/external-modules.d.ts
!packages/agent/src/types/elizaos-action-augments.d.ts
packages/shared/src/**/*.js
packages/shared/src/**/*.js.map
packages/shared/src/**/*.d.ts
packages/shared/src/**/*.d.ts.map
!packages/shared/src/elizaos-core-roles.d.ts
packages/ui/src/**/*.d.ts
packages/ui/src/**/*.d.ts.map
# Hand-written ambient declarations for npm deps without their own types.
# Un-ignore so CI sees them on a fresh checkout. Build-artifact .d.ts files
# (those with a matching .ts/.tsx source) remain ignored.
!packages/ui/src/cloud-ui/types/nprogress.d.ts
!packages/ui/src/cloud-ui/types/react-syntax-highlighter.d.ts
# Generated CSS-string modules (see packages/scripts/generate-css-strings.mjs).
# A component opts in by creating an empty `.css.ts` sibling next to its `.css`;
# regenerated on every `bun run build` in packages/ui.
packages/ui/src/components/**/*.css.ts
packages/app-core/src/**/*.d.ts
packages/app-core/src/**/*.d.ts.map
!packages/app-core/src/ambient-modules.d.ts
apps/*/src/**/*.js
apps/*/src/**/*.js.map
apps/*/src/**/*.d.ts
apps/*/src/**/*.d.ts.map
!apps/app-companion/src/three-subpath.d.ts
plugins/*/src/**/*.d.ts
plugins/*/src/**/*.d.ts.map
!apps/app-companion/src/types/three-vrm-shim.d.ts
!apps/app-lifeops/src/website-blocker/elizaos-core-roles.ts
# Migration scripts (temporary)
scripts/migrate-tests-to-vitest.ts
scripts/migrate-all-tests.sh
# Plugin-specific ignores
# Test environment files (anywhere in repo)
.env.test
**/.env.test
# Cargo.lock for library crates (plugins are libraries)
plugins/**/rust/Cargo.lock
# Python poetry lock files (if not needed)
**/poetry.lock
# Build-generated examples copy (source is /examples/)
packages/elizaos/examples/
.next/
:memory:
:memory:*
**:memory:**
# Local benchmark run outputs (generated)
# Note: benchmark baselines under benchmarks/** may still be tracked intentionally.
/benchmark_results/**
# Keep a small set of curated benchmark outputs
!/benchmark_results/bfcl/bfcl_best_results.json
!/benchmark_results/mint/MINT-BENCHMARK-REPORT.md
!/benchmark_results/mint/mint-benchmark-results.json
# Benchmarks/** local run outputs (generated)
/benchmarks/**/benchmark_results*/
/benchmarks/**/test_output/
# Benchmarks/** trajectory exports (generated)
/benchmarks/**/trajectories/
/benchmarks/**/trajectories/**
/benchmarks/**/trajectories.art.jsonl
/benchmarks/**/trajectories.grpo.groups.json
/benchmarks/**/*.art.jsonl
/benchmarks/**/*.grpo.groups.json
# Native-tool-calling v5 run-cerebras / trajectory CLI output
/trajectories/
# AgentBench: generated local run folders (do not commit)
/benchmarks/agentbench/benchmark_results/
/benchmarks/agentbench/canonical_*/
/benchmarks/agentbench/final_benchmark_results/
/benchmarks/agentbench/full_eliza_*/
/benchmarks/agentbench/eliza_run_db*/
/benchmarks/agentbench/full_eliza_db*/
/benchmarks/agentbench/smoke_*/
/benchmarks/agentbench/traj_*/
/benchmarks/agentbench/verified_*/
/benchmarks/agentbench/ws_test*/
/benchmarks/agentbench/lateral_test*/
/benchmarks/agentbench/post_delete_smoke/
# AgentBench: ad-hoc run outputs (generated, do not commit)
/benchmarks/agentbench/post_b_*/
/benchmarks/agentbench/post_b_*/**
/benchmarks/agentbench/real_db/
/benchmarks/agentbench/real_db/**
# Context-bench: ad-hoc run outputs (generated, do not commit)
/benchmarks/context-bench/post_b_*/
/benchmarks/context-bench/post_b_*/**
/benchmarks/context-bench/real_eliza_agent/
/benchmarks/context-bench/real_eliza_agent/**
/benchmarks/context-bench/traj_ctx_smoke/
/benchmarks/context-bench/traj_ctx_smoke/**
# Local workspaces / sandboxes
/swe-bench-workspace/
/3DAvatarChatbot/
/tmp-live/
# Handoff notes (local only, do not commit)
*handoff*.md
# Vendor / external example code (do not commit)
/dnd5e/
/rlm/
/rlm-minimal/
/the-org/
/rs-sdk/
/openclaw-classic/
/examples/runescape2004/
# Database files
*.db
*.sqlite
*.sqlite3
*.sqlite-journal
*.sqlite-wal
*.sqlite-shm
# Cache directories (local)
skills/.cache/
**/skills/.cache/
.cache/
# Local vendored experiments (do not commit)
/plugins/plugin-local-ai/rust/vendor/llama_cpp_rs/
/vendor/llama_cpp_rs/
# Ad-hoc benchmark output folders (generated during local runs)
/benchmarks/tau-bench/benchmark_results/
/benchmarks/vending-bench/benchmark_results/
# Context-bench: ignore additional quick-run output folders
/benchmarks/context-bench/python/benchmark_results_eliza_agent_quick*/
# Terminal-bench: ignore newly generated timestamped runs under terminal-bench/
/benchmarks/terminal-bench/python/benchmark_results/terminal-bench/sessions-*/
/benchmarks/terminal-bench/python/benchmark_results/terminal-bench/terminal-bench-*.json
/benchmarks/terminal-bench/python/benchmark_results/terminal-bench/terminal-bench-*.md
# AgentBench: local smoke-run artifacts
/benchmarks/agentbench/python/traj_smoke/
# Terminal-bench: local test output artifacts
/benchmarks/terminal-bench/python/test_output/terminal-bench-*.json
/benchmarks/terminal-bench/python/test_output/terminal-bench-*.md
# prr state file (auto-generated)
.pr-resolver-state.json
# Android Gradle build intermediates (regenerated by Gradle)
packages/native-plugins/*/android/build/
packages/app-core/platforms/android/**/build/
plugins/plugin-native-*/android/build/
plugins/plugin-native-*/android/.gradle/
# Storybook static exports (generated by `build-storybook`)
apps/app-companion/storybook-static/
# Foundry contract build outputs (regenerated by `forge build`)
packages/app-core/test/contracts/out/
packages/app-core/test/contracts/cache/
# Electrobun build outputs and packaged artifacts (large binaries)
packages/app-core/platforms/electrobun/build/
packages/app-core/platforms/electrobun/artifacts/
# Compiled native dylibs (rebuild from source)
packages/app-core/platforms/electrobun/src/*.dylib
benchmark_results/
# Phase D mobile bundle outputs (regenerated by build-mobile-bundle.mjs).
# The Android APK staging step copies these into apps/app/android/app/
# src/main/assets/agent/ at build time; committing the 33 MB bundle
# blob and 5 MB pglite.data into the repo is wrong.
packages/agent/dist-mobile/
packages/agent/dist-mobile-ios/
packages/agent/dist-mobile-ios-jsc/
packages/benchmarks/benchmark_results/
packages/benchmarks/benchmark_results
packages/swe-bench-workspace/
# HyperliquidBench run artifacts (auto-generated by the benchmark harness;
# regenerated on every run, no need to track in git).
packages/benchmarks/HyperliquidBench/runs/
packages/benchmarks/benchmark_results/
# Build artifacts: js.map files in test directories and app-core test helpers
packages/app-core/test/**/*.js.map
packages/app-core/test/**/*.d.ts.map
test/**/*.js.map
test/**/*.d.ts.map
# Compiled build output in test directories (next to .ts sources)
packages/app-core/test/**/*.js
packages/app-core/test/**/*.d.ts
test/**/*.js
test/**/*.d.ts
test_output/
trajectories-eliza-cerebras/
action-benchmark-report/
artifacts/
!packages/native/bun-runtime/artifacts/
!packages/native/bun-runtime/artifacts/ElizaBunEngine.xcframework/
!packages/native/bun-runtime/artifacts/ElizaBunEngine.xcframework/**
research/native-tool-calling
research/even-realities/
# Build artifacts from old ios-native-deps location (moved to packages/native/ios-deps/)
packages/ios-native-deps/
test/mocks/mockoon/.mockoon-pids/
lifeops_bench_results/
reports/ai-qa/
reports/apps-manual-qa/
reports/porting/
scripts/ai-qa/.static-stack.json
# Generated inference verification output and hardware evidence.
packages/inference/reports/
packages/inference/verify/bench_results/
plugins/plugin-local-inference/native/verify/bench_results/
packages/inference/verify/hardware-results/
packages/inference/verify/android-vulkan-smoke/
packages/inference/verify/cpu_bench
packages/inference/verify/cpu_simd_bench
# llama.cpp benchmark run outputs (timestamped JSON/HTML/log from individual runs)
packages/inference/llama.cpp/benches/**/*allresults.json
packages/inference/llama.cpp/benches/**/*.html
packages/inference/llama.cpp/benches/**/*.log
!packages/inference/llama.cpp/benches/**/*.md
# Generated audit output. Keep curated source docs and README files in-tree;
# keep raw audit dumps and prompt manifests out of source control.
docs/audits/**/prompts/
docs/audits/**/prompts-manifest.json
docs/audits/**/retrieval-funnel.json
packages/inference/verify/cuda_verify
packages/inference/verify/dispatch_smoke
packages/inference/verify/metal_bench
packages/inference/verify/vulkan_dispatch_smoke
# omnivoice-fuse stub library — a build artifact of `make -C
# packages/app-core/scripts/omnivoice-fuse`, not source. The fused-ABI
# tests (`voice/ffi-bindings.test.ts`) skip when it is absent.
packages/app-core/scripts/omnivoice-fuse/libelizainference_stub.so
packages/app-core/scripts/omnivoice-fuse/libelizainference_stub.dylib
packages/training/vendor/
# Generated run output — never source data.
packages/app-core/collision-report.json
plugins/app-lifeops/docs/audit/cerebras-journey-eval-results.json
.swarm/
packages/training/out/
# Tesseract OCR language data — downloaded at runtime, not vendored
plugins/plugin-vision/eng.traineddata
dev-desktop.pid
reports/
!packages/cloud-api/v1/reports/
!packages/cloud-api/v1/reports/**
docs/*
!docs/ELIZA_1_BUNDLE_EXTRAS.json
!docs/tee-architecture-implementation-plan.md
!docs/security/
!docs/security/**
yolov8n.pt
*.pt
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# testing
/coverage
# next.js
/.next/
/.next-build/
/.next-test-*/
/out/
# production
/build
/public/
/apps/frontend/dist-ssr/
# misc
.DS_Store
*.pem
*.key
*.key.*
*.p8
*.p12
*.pkcs8
*.jwk
*.jwks
id_dsa
id_ecdsa
id_ed25519
id_rsa
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files (keep live values out of git; use .env.example as the template)
.env
.env.local
.env.dev
.env.development
.env.production
.env.vercel*
.env.staging*
.dev.vars
.dev.vars.*
!apps/api/.dev.vars.example
# vercel
.vercel
#local llm guides
guides
plan-files
# typescript
*.tsbuildinfo
next-env.d.ts
test-results/
apps/frontend/vite.config.ts.timestamp-*.mjs
# Tauri
src-tauri/target/
src-tauri/gen/apple/build/
src-tauri/gen/apple/Externals/
src-tauri/gen/android/
src-tauri/Cargo.lock
ignore/
.env*.local
.claude/*
claudedocs
# prr state file (auto-generated)
.pr-resolver-state.json
# Dev logs
logs/
!apps/api/**/logs/
!apps/api/**/logs/**
!packages/cloud-api/**/logs/
!packages/cloud-api/**/logs/**
test_output.log
ts_errors.log
# Local runtime state and generated databases
.eliza/
*.sqlite
*.sqlite3
*.db
*.db-wal
*.db-shm
.prr/
modelcontextprotocol/
*storybook.log
storybook-static
.next-dev/
.env.preview
.env.local.bak-*
.wrangler
.wrangler-dry-run
swe-bench-workspace-opencode/
# iOS Bun engine artifact
!packages/bun-ios-runtime/artifacts/
!packages/bun-ios-runtime/artifacts/ElizaBunEngine.xcframework/
!packages/bun-ios-runtime/artifacts/ElizaBunEngine.xcframework/**
.env.local.bak
**/.env.local.bak
# Linux live-build / debootstrap working state — large, root-owned, recreated
# on every build. Never check in; turbo must not traverse these.
packages/os/linux/**/chroot/
packages/os/linux/**/chroot.files
packages/os/linux/**/.build/
packages/os/linux/**/cache/
packages/os/linux/**/binary/
packages/os/linux/**/local/
packages/os/linux/**/out/
# riscv64 Bun cross-compile cache + build output (multi-GB, regenerated).
packages/app-core/scripts/bun-riscv64/dist/
packages/app-core/scripts/bun-riscv64/build-linux-riscv64-cpu/
# Android packaged runtime artifacts (bundled agent dist + compiled native libs).
packages/app-core/platforms/android/app/src/main/assets/agent/
packages/app-core/platforms/android/app/src/main/jniLibs/
# Embedded third-party checkouts vendored under the tree (own git repos; must
# not be committed as gitlinks without a .gitmodules entry).
packages/robot/vendor/mujoco_menagerie/
plugins/plugin-local-inference/native/stable-diffusion.cpp/
# Generated chip mechanical render frames.
packages/chip/mechanical/e1-phone/out/e1-phone-exploded-frames/
# Zig build cache + compiled output.
**/.zig-cache/
**/zig-out/