forked from XiaomiMiMo/MiMo-Code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (57 loc) · 878 Bytes
/
Copy path.gitignore
File metadata and controls
64 lines (57 loc) · 878 Bytes
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
.DS_Store
node_modules
.worktrees
.sst
.env
.idea
.vscode
.codex
*~
playground
tmp
dist
ts-dist
*.tgz
.turbo
**/.serena
.serena/
/result
refs
Session.vim
/opencode.json
a.out
target
.scripts
.direnv/
# Local dev files
opencode-dev
UPCOMING_CHANGELOG.md
logs/
*.bun-build
tsconfig.tsbuildinfo
.dev-home/
# Local agent harness state
.claude/
*.pid
.mimo-worktrees
.mimocde
# experiment run artifacts (regenerated per run, not source)
experiment/*.log
experiment/last-outcome.json
/experiment
/mimoapi/
/packages/opencode/src/ext
# temp
temp/
__pycache__
Thumbs.db
.playwright-cli/
.mimocode/wiki
.mimocode/wikis
.mimocode/cache
# SDK codegen scratch: script/build.ts writes it, consumes it, then removes it.
# A failed generation leaves it behind, where it is easy to commit by accident.
/packages/sdk/js/openapi.json
/packages/sdk/js/openapi-ts-error-*.log
# others
codex/