-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (53 loc) · 974 Bytes
/
.gitignore
File metadata and controls
58 lines (53 loc) · 974 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
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
emsdk
supertonic-TTS
node_modules
dist
dist-ssr
*.local
package-lock.json
# TTS Models (large files - download separately)
assets/
public/assets/onnx/*.onnx
public/assets/onnx/voice_styles/
public/oscillators.wasm
public/hyphon_native.wasm
public/hyphon_native.js
# Pyodide runtime (large — download separately)
public/pyodide.asm.wasm
public/pyodide.js
# JC303 WASM build artifacts (keep source, exclude builds)
jc303_wasm/wasm/build/
jc303_wasm/wasm/build_omp/
jc303_wasm/wasm/dist/
public/jc303.js
public/jc303.wasm
public/jc303.worker.js
public/jc303-web.js
public/jc303-single*
public/jc303-threaded*
public/jc303-worklet*
# Generated WASM
src/wasm/
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
_codeql_detected_source_root
rust-audio/target
rust-audio/target
.aider*
emscripten/temp_build/