From 4baf334f835c017659dc0a1e3a2026c943d6e5c8 Mon Sep 17 00:00:00 2001 From: Avishkar Patil Date: Thu, 1 Jul 2021 15:59:46 +0530 Subject: [PATCH] Initial Commit --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9b9d0a4..4875859 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Byte-compiled / optimized / DLL files +# Byte-compiled / optimized / DLL file __pycache__/ *.py[cod] *$py.class @@ -114,4 +114,4 @@ dmypy.json .pyre/ #session files -*.session \ No newline at end of file +*.session