-
Notifications
You must be signed in to change notification settings - Fork 199
/
.gitignore
58 lines (48 loc) · 953 Bytes
/
.gitignore
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
50
51
52
53
54
55
56
57
58
# Ignore Python bytecode
__pycache__
# Ignore Conda environment
installer_files/
# Ignore settings
config.json
.env
.env.user
# Ignore generated files
/outputs/
/favorites/
/voices/
/collections/
/outputs-rvc/
/voices-tortoise/
# Ignore model checkpoints
/data/models/hubert/
/data/models/magnet/
/data/models/maha-tts/
/data/models/rvc/checkpoints/
/data/models/rvc/rmvpe/
/data/models/rvc/uvr5_weights/
/data/models/stable-audio/*/
/data/models/tortoise/
/data/models/vall-e-x/
/data/models/whisper/cache/
/data/models/xtts/
/data/models/hubert_base.pt
/data/models/rmvpe.pt
/data/models/audiocraft_plus/
/data/models/parler_tts/
/data/models/musicgen_audiogen/*/
/data/models/resemble_enhance/ds/
# Ignore temporary files
temp/
# Ignore node modules
node_modules/
# Editors
.vscode/
.idea/
.sourcery.yaml
# Ignore temporary Jupiter notebooks
*.temp.ipynb
# Temporary files used by some modules
output.wav
log.out
# Database
/data/postgres/