ZipVoice-DEMO / .gitignore
Luigi's picture
chore: add UI docs, project status, sample audio and update .gitignore
83e76f9
raw
history blame
241 Bytes
*.pyc
__pycache__/
# Virtual environments
.venv/
env/
ENV/
# Jupyter
.ipynb_checkpoints/
# Pytest
.pytest_cache/
# OS
.DS_Store
# Local envs
.env
# Logs
*.log
# Byte-compiled / compiled files
*.so
# Ignore IDE config
.vscode/
.idea/