-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.gitignore
71 lines (56 loc) · 1.07 KB
/
.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
59
60
61
62
63
64
65
66
67
68
69
70
71
# Ignore the test script
test.py
test.mp3
edge_voices.txt
podcast.md
# Ignore the.env file in the root directory
.env
my_feeds.json
# Ommit the DS_Store folder automatically created by macOS
.DS_Store/
# python virtual environment folder
.venv/
.vscode/
# process log file
process_log.txt*
process_log.txt
output.txt
overview.txt
# task file
tasks.json
sources.json
history.json
# database file
database/read2me.db
# keywords file
keywords.txt
# sources file
sources.txt
#Output folder containing the audio and .md files
Output/
# Ignore everything in the piper_tts directory
/TTS/piper_tts/*
/utils/whisper/*
# Model folder in utils/styletts2/Models
/TTS/styletts2/Models/
/TTS/styletts2/Utils/ASR/*.pth
/TTS/styletts2/Utils/ASR/epoch_00080.pth
/TTS/styletts2/Utils/ASR/epoch_00080.pth
# RVC models
/TTS/rvc/Models/Female_1/*
/TTS/rvc/Models/Male_1/*
# Podcast Output
/utils/podcast/*.mp3
/utils/podcast/*.wav
# Wheels folder
Wheels/
# URL file
urls.txt
# Python cache
__pycache__/
utils/__pycache__
llm/__pycache__
/*/__pycache__/
/*/*/__pycache__/
github
github.pub