v1.0.4 - init version

This commit is contained in:
19 changed files with 2049 additions and 0 deletions

51
.gitignore vendored Normal file
View File

@@ -0,0 +1,51 @@
# Binaries
certs/
go-speech
models/
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
# Go workspace file
go.work
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Logs
*.log
# Temporary files
tmp/
temp/
# Cache directory
cache/
# SSL certificates (можно добавить в репозиторий для разработки, но обычно не стоит)
# certs/*.crt
# certs/*.key
# Models (обычно большие файлы, не должны быть в репозитории)
models/*.onnx
models/*.onnx.json
# Build artifacts
dist/
build/