v1.0.4 - init version
This commit is contained in:
51
.gitignore
vendored
Normal file
51
.gitignore
vendored
Normal 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/
|
||||
|
||||
Reference in New Issue
Block a user