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