AI-RVC / .gitignore
mason369's picture
Release v1.2.1
a9536c4 verified
Raw
History Blame Contribute Delete
1.07 kB
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# 虚拟环境
venv/
ENV/
env/
.venv/
# IDE
.idea/
.vscode/
.claude/
*.swp
*.swo
# 环境变量
.env
# 模型文件 (太大,不提交)
assets/hubert/*.pt
assets/rmvpe/*.pt
assets/pretrained_v2/*.pth
assets/separator_models/
assets/uvr5_weights/
assets/weights/*.pth
assets/weights/*.index
assets/weights/characters/**/*.pth
assets/weights/characters/**/*.index
assets/weights/characters/**/ai_rvc_model.json
assets/weights/official_models/
assets/weights/official_indexes/
# 临时文件
temp/
*.tmp
*.temp
*.log
logs/
# 音频文件
*.wav
*.mp3
*.flac
*.ogg
!assets/test/
# Gradio
flagged/
/venv310
# 上游参考代码 (vendored, 独立 git repo)
_official_rvc/
# 输出文件
output/
outputs/
/.playwright-cli
/AI-RVC-Windows-GPU-Portable
/AI-RVC-Windows-GPU-Portable.7z.*
/tools/ffmpeg/
/scratch/