seed-vc-streaming / .dockerignore
Akatuki25's picture
Add seed-vc Python files without binary examples
1b8b9eb
# Git files
.git
.gitignore
.gitattributes
.gitmodules
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
# Seed-VC examples and assets (binary files)
seed-vc/examples/
seed-vc/assets/
seed-vc/baselines/
seed-vc/campplus_cn_common.bin
# Test and build files
*.wav
*.onnx
*.bin
*.webm
*.mp4
*.mp3