Files
go-speech/.gitignore
2025-11-28 17:43:00 +06:00

55 lines
684 B
Plaintext

# Binaries
VERSION.txt
certs/
go-speech
go-speech*.tar.gz
go-speech*.tar
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/