33 lines
395 B
Plaintext
33 lines
395 B
Plaintext
## .NET build output
|
|
bin/
|
|
obj/
|
|
|
|
## NuGet
|
|
*.nupkg
|
|
*.snupkg
|
|
.nuget/
|
|
|
|
## User-specific files
|
|
*.user
|
|
*.suo
|
|
.vs/
|
|
.idea/
|
|
|
|
## Test project (scratch)
|
|
Robovoice.Test/
|
|
|
|
## Native binaries (built from piper1-gpl, not source)
|
|
Robovoice.Tts.LibPiper/runtimes/
|
|
Robovoice.Tts.LibPiper/piper.h
|
|
|
|
## Voice models (downloaded at runtime)
|
|
*.onnx
|
|
*.onnx.json
|
|
|
|
## Temp files
|
|
*.wav
|
|
*.raw
|
|
|
|
## Rust build output
|
|
target/
|