voice-clone-app / .gitignore
hengjie yang
Initial commit: Voice Clone App with Gradio interface
9580089
raw
history blame contribute delete
341 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Project specific
temp/
wandb/
*.wav
*.mp3
*.flac
models/
checkpoints/
# Logs
*.log
logs/