diff --git a/.gitignore b/.gitignore index 6f59376d..ea24040c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Byte-compiled / optimized / DLL files __pycache__/ +src/__pycache__/ *.py[cod] *$py.class @@ -142,10 +143,11 @@ cython_debug/ # Spotify Credentials credentials.json +src/credentials.json #Download Folder ZSpotify\ Music/ ZSpotify\ Podcasts/ # Intellij -.idea \ No newline at end of file +.idea