From 529f9b52ccf339b03e4ee24a08709dea9bdbf191 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sun, 19 Jul 2020 09:18:48 +0100 Subject: [PATCH] Hiding __pycache__ as it is unnecessary --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3eb7b380..db1cb775 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ #Hiding Token -.env \ No newline at end of file +.env +__pycache__ \ No newline at end of file