From 35bace1a5cd7f85d0ae66e094d58e1b635842da3 Mon Sep 17 00:00:00 2001 From: Logykk <35679186+logykk@users.noreply.github.com> Date: Sun, 24 Oct 2021 12:29:43 +1300 Subject: [PATCH] Update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6f59376..ea24040 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