-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Expand file tree
/
Copy path.gitignore
More file actions
367 lines (295 loc) · 6.58 KB
/
.gitignore
File metadata and controls
367 lines (295 loc) · 6.58 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
node_modules
bun.lock
/out
.next/
**/.next/**
.env
.env.production
.env.local
.env.bak
.env_main
.idea
.zed
.DS_Store
.art
art_venv
# Xcode (user data)
xcuserdata/
*.xcuserstate
# Tauri-generated Xcode project
examples/browser-extension/safari/
dist/
*.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/
# 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/
# Development database and tool directories
**/data/
**/.roo/
**/.roomodes/
**/.taskmaster/
**/.windsurfrules/
.roomodes
bun.lock
/.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/
# Proto-generated files (regenerated from schemas/)
packages/typescript/src/types/generated/
packages/python/elizaos/types/generated/
packages/rust/src/types/generated/
# Vitest config files (if not needed in repo)
vitest.config.ts
tsconfig.test.json
# Migration status docs (temporary)
MIGRATION_*.md
TYPE_AND_LINT_STATUS.md
# Test output files
test-output.txt
# Vitest type compatibility shims
packages/typescript/src/types/vitest-*.d.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
# 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/
# 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/
/plugins/plugin-social-alpha/
# 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