From 9f841dac994c9497905987f916b4bd347a36c8f7 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Mon, 20 Jul 2020 07:50:09 +0100 Subject: [PATCH] Hiding Directory --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5ffc58fd..e35447a2 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