-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
82 lines (66 loc) · 1.71 KB
/
Copy path.gitignore
File metadata and controls
82 lines (66 loc) · 1.71 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
node_modules/
dist/
target/
app/src-tauri/target/
*.Zone.Identifier
editor.html
editor_files/
mma_files/
mma.html
# Worker secrets
.dev.vars
.wrangler/
# IDE / editor
.idea/
# WSL dotfiles
.bash_profile
.bashrc
.zshrc
.zprofile
.profile
.gitconfig
.ripgreprc
# Claude / MCP
.claude/
.mcp.json
# Secrets
.env
.env.*
# Plugin built artifacts (CI builds these during release)
plugins/*/index.js
# Misc
.gitmodules
app/src-tauri/icons/android/
app/src-tauri/icons/ios/
test-*
lint.json
docs/
CLAUDE.md
mma-source
vali-oracle/
*.bin
# sidecar ONNX models (exported/downloaded, not committed)
plugins/*/sidecar/models/*
# candidate models from training rounds, kept locally, never shipped
plugins/*/sidecar/models_*/
plugins/copyright/eval/
plugins/copyright/sidecar/_parity_ref.json
plugins/copyright/sidecar/verify_parity.py
!plugins/copyright/sidecar/models/wm_cls.onnx
!plugins/copyright/sidecar/models/wm_template.bin
!plugins/copyright/sidecar/models/wm_profile.json
# reverse-geocoding table, packed by scripts/gen-cities-bin.mjs
!app/src-tauri/data/cities.bin
# timezone transition table, packed by crates/tz's regenerate_table test
!app/src-tauri/data/tz.bin
# coordinate->zone grid + oracle fixture, packed by scripts/gen-tzgrid.mjs
!app/src-tauri/data/tzgrid.bin
!app/src-tauri/crates/tz/testdata/tzgrid-fixture.bin
# render-binary layout fixture, emitted by the Rust writer (emit_render_fixture)
!app/test/unit/fixtures/render-buffer.bin
!app/test/unit/fixtures/selection-bitmask.bin
# C# oracle golden vectors + location slices for the vali parity gates
!app/src-tauri/crates/vali/vali-geo/tests/fixtures/geo/*.bin
!app/src-tauri/crates/vali/vali-generate/tests/fixtures/*.bin
# local border rebuild tooling
data/borders/generate.py