-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
55 lines (40 loc) · 803 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
# Ignore .env file
.env
# ignore
env/
# Ignore venv folder
.venv/
venv/
SCOUT
.vscode/
# Ignore all .log files
*.log
# Ignore google credentials
/assets/SCOUT/GCC.json
# Ignore mp3 mp4 audio/video files in assets
/assets/SCOUT/tts_mp3/*.mp3
/assets/SCOUT/avatar_videos/*.mp4
*output.wav
# Ignore all .db-shm and .db-wal files
*.db-shm
*.db-wal
# Ignore all .db files
*.db
# Ignore all .pyc files
*.pyc
# Ignore all pychache folders
__pycache__/
# Ignore all Workspace folders
/Workspace
# Ignore all .cpython-310.pyc
*.cpython-310.pyc
# Ignore user_profiles
/modules/user_accounts/user_profiles/*.json
/modules/user_accounts/user_profiles/*.txt
/modules/user_accounts/user_profiles/*.db
# Ignore
feeds.json
# Ignore
RSSURLs country category rss-url US gene.md
# Ignore
appointments.json