-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (43 loc) · 811 Bytes
/
.gitignore
File metadata and controls
49 lines (43 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
env_*/
*_env_*/
*.egg-info/
dist/
build/
# Skill specific virtual environments
audiocut-keyword/funasr_env_310/
voice-changer/models/rvc_env/
voice-changer/models/rvc_env_310/
voice-changer/models/Retrieval-based-Voice-Conversion-WebUI/
# RVC model files (large binary files)
voice-changer/models/rvc_models/*.pth
voice-changer/models/rvc_models/*.index
voice-changer/models/rvc_models/trained_models/*.pth
voice-changer/models/rvc_models/trained_models/*.index
voice-changer/models/rvc_models/*/
voice-changer/models/rvc_models/.lock/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Temporary files
*.tmp
*.log
*.bak
# Configuration files with sensitive data
**/config.json
!**/config.json.example