# 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