-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (52 loc) · 1.11 KB
/
Copy path.gitignore
File metadata and controls
68 lines (52 loc) · 1.11 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
venv
__pycache__
target
node_modules
.assets
# Release-signing secret key (public half is tracked as minisign.pub)
secrets/
# Claude
.claude
CLAUDE.md
claude*.md
*mcp.json
AGENTS.md
agent*.md
.agents
.codex
# Reference
reference
reference*.md
# Runtime data
ca/
logs/
# Per-bot uv venvs and stamp files (managed by Akagi)
mjai_bot/*/.akagi/
mjai_bot/*/uv.lock
mjai_bot/*/.venv/
# Per-bot user-edited settings (manifest.toml ships with the bot; settings.toml does not)
mjai_bot/*/settings.toml
# Tauri
gen/
# Packaging output (scripts/package-zip.sh)
dist/
# Bundled python + uv binaries fetched by scripts/fetch-runtime.sh.
runtime/*
!runtime/.gitkeep
# util
mjai_bot/mortal*
# Locally-built bot release artifacts
mortal.zip
*.bot.zip
tests/mortal_zip_layout.rs
# Test
test
# Local release helper
scripts/tag_release.sh
# Training-data shards written by native_bot's extractor (see native_bot/train/README.md).
# Tens of GB of intermediate binaries; the trained weights are what gets committed.
native_bot/out/
# Mimosa security-scan history (see ~/.mimosa fallback when absent)
.mimosa
# ZCode session artifacts
.zcode/