From eaf7ce2dcef6b67e73447ccbe002300c9b3c1d77 Mon Sep 17 00:00:00 2001 From: "Dusty.P" Date: Sat, 14 Apr 2018 02:17:52 -0800 Subject: [PATCH] Ignore */__pycache__/* --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7d304b4..053c8a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ bot_secrets.json google_client_secret.json -*__pycache__* +*/__pycache__/* logs/*