From 8a7792fc511283e58d5e5cec707627ec283d8acb Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 22 Jul 2020 00:03:19 +0100 Subject: [PATCH] Updating .gitignore file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 07298cb3..a29e56a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ #Hiding Token .env -__pycache__/ \ No newline at end of file +__pycache__/ +.idea \ No newline at end of file