RVC-CH / .gitignore
LosCaquitos's picture
Update .gitignore
299404e
raw
history blame
2.28 kB
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
env.bak/
venv.bak/
pythonenv*
# Gradio / RVC specific
jobs/
models/
uploads/
temp/
video_previews/
*.wav
*.mp3
*.mp4
*.pth
*.index
*.zip
!sample.zip
*.log
*.db
*.sqlite
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
.desktop.ini
Thumbs.db
# Jupyter Notebook
.ipynb_checkpoints/
*.ipynb
# Unit test / coverage
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
# Environments
.env
.venv
.venv/
venv/
env/
ENV/
env.bak/
venv.bak/
# mkdocs documentation
site/
.mkdocs/
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/
# Ruff
.ruff_cache/
# pyenv
.python-version
# pipenv
Pipfile
Pipfile.lock
# poetry
poetry.lock
pyproject.toml
# Docker
*.tar
*.tar.gz
docker-compose.override.yml
# Logs
*.log
logs/
*.pid
*.seed
*.pid.lock
# OSX
.AppleDouble
.LSOverride
._*
# Windows
$RECYCLE.BIN/
*.cab
*.msi
*.msix
*.msm
*.msp
*.lnk
# Linux
.directory
*.part
*.tmp
# Gradio secrets
gradio_cached_examples/
gradio_cached_examples.zip
# RVC specific
*.rvc
*.rvc_model
*.onnx
*.ort
*.trt
# Audio processing
*.m4a
*.flac
*.ogg
*.aac
*.opus
*.webm
*.mkv
*.mov
*.avi
*.mpeg
# FFmpeg
ffmpeg.exe
ffprobe.exe
ffplay.exe
# Large files
*.bin
*.model
*.weights
*.h5
*.pb
*.tflite
# Backup files
*.bak
*.backup
*.old
*.orig
# Temporary files
*.temp
tmp/
temp/
*.cache
# SSH keys
*.pem
*.key
*.crt
*.p12
# Database
*.db
*.sql
*.sqlite3
# Secret files
secrets.json
config.local.json
credentials.json
token.json
# Package manager logs
pip-log.txt
pip-delete-this-directory.txt
# Setuptools
*.egg-info/
*.egg
MANIFEST
# Binary files
*.exe
*.dll
*.so
*.dylib
# Model checkpoints
*.ckpt
*.pt
*.pth.tar
# Notebooks
*.ipynb_checkpoints/
# Gradio temp files
gradio/
# Examples (mantém os exemplos, mas ignora gerados)
examples/sample_outputs/generated_*
examples/temp/
!examples/sample_outputs/01_completo_rvc.wav
!examples/sample_outputs/02_rvc_com_musica.wav
!examples/sample_outputs/03_original.wav
!examples/sample_outputs/04_acapella_original.wav
!examples/sample_outputs/05_instrumental.wav
!examples/sample_input/sample_audio_input.wav