From 91841fb43003b0aa91a6e11e46370d372fa621b0 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Mon, 20 Jul 2020 07:56:31 +0100 Subject: [PATCH] Hiding pycache --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index db1cb775..07298cb3 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