-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
58 lines (46 loc) · 904 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
# pycharm
.idea/
# virtualenv
env/
env.old/
# Pipenv
Pipfile.lock
# sane-yt-subfeed
client_secret.json
client_secret_private.json
client_secret_dev.json
client_secret_private - Copy.json
keys.json
keys_dev.json
keys_private.json
client_secret_production.json
keys_production.json
*.pkl
config.ini
hotkeys.ini
*.db
*.db-journal
*.db.*
# python
__pycache__
*.pyc
# Blacklist thumbnail images
sane_yt_subfeed/resources/thumbnails/*.jpg
sane_yt_subfeed/resources/thumbnails/*.png
# Whitelist Project images
!sane_yt_subfeed/resources/icons/*
!quality404.jpg
!thumbnail_na.png
# Whitelist docs and related assets
!docs/readme_assets/app_preview.png
# Themes
## Blacklist python files (mostly a catch-all for rogue compiled QRC modules)
sane_yt_subfeed/resources/themes/**/*.py
# logs
logs/
# pip
Sane_Subscription_Feed.egg-info/
# alembic
alembic/versions/*.py
# Accidental Snapshots
mpv-shot*.jpg