# Python build artifacts | |
__pycache__/ | |
*.pyc | |
# Environment variables | |
.env | |
# Virtual environment | |
venv/ | |
# Model backups and outputs | |
model.fp32.safetensors | |
output.wav | |
# Temporary scripts | |
check_dtype.py | |
# Python build artifacts | |
__pycache__/ | |
*.pyc | |
# Environment variables | |
.env | |
# Virtual environment | |
venv/ | |
# Model backups and outputs | |
model.fp32.safetensors | |
output.wav | |
# Temporary scripts | |
check_dtype.py | |