-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
28 lines (23 loc) · 648 Bytes
/
Copy path.gitignore
File metadata and controls
28 lines (23 loc) · 648 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
# Rust build artifacts
/target
**/target
# Bundled binary assets — provisioned locally via scripts/setup-assets.sh, not tracked in git
/assets/models/*.onnx
/assets/lib/*.so*
/tests/fixtures/*.wav
# Release build outputs + provisioning scratch
/dist
/.venv-assets
/.build-tools
# Editor / OS cruft
*.swp
*~
.DS_Store
# demo clips are rebuilt by docs/demo/make-demos.py and attached at publish time
/docs/demo/build/
/docs/demo/*.mp4
.deploy-host
# Raw icon exports (bulky, metadata-laden ~1 MB each); the cleaned masters
# and the hicolor ladder are the committed artifacts.
/packaging/tray/tray*.png
/packaging/flatpak/ci-tree-manifest.yml