From 32f43c95eebc02951246fc3f15595e72f0ed9265 Mon Sep 17 00:00:00 2001 From: Akshayaap Date: Sat, 8 Apr 2023 18:51:25 +0530 Subject: [PATCH] Added .idea to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 10c4baa..0b12e20 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,6 @@ pip-delete-this-directory.txt .hypothesis venv + +# pycharm files +.idea \ No newline at end of file