From 7a957c5d3904ec91249389e7530af740873a2c35 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Mon, 20 Jul 2020 07:55:21 +0100 Subject: [PATCH] Hiding pycache --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e35447a2..db1cb775 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ #Hiding Token .env -!**/__pycache__/ \ No newline at end of file +__pycache__ \ No newline at end of file