This commit is contained in:
logykk 2021-10-24 12:32:49 +13:00
commit 0b68a42f75

2
.gitignore vendored
View File

@ -1,5 +1,6 @@
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
src/__pycache__/
*.py[cod] *.py[cod]
*$py.class *$py.class
@ -142,6 +143,7 @@ cython_debug/
# Spotify Credentials # Spotify Credentials
credentials.json credentials.json
src/credentials.json
#Download Folder #Download Folder
ZSpotify\ Music/ ZSpotify\ Music/