From 4d47bcce228bb177bc77d6b58d467168ab3e0c41 Mon Sep 17 00:00:00 2001 From: manojpraba Date: Wed, 20 Nov 2024 15:23:10 +0530 Subject: [PATCH 1/2] git ignore addd --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 06cfabe..0d996c6 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ __pycache__/ *.so # Distribution / packaging +.env/* .Python build/ develop-eggs/ From 684f49a41ae95c428240d7b85d06bc737ce8127a Mon Sep 17 00:00:00 2001 From: manojpraba Date: Wed, 20 Nov 2024 15:25:58 +0530 Subject: [PATCH 2/2] commit 2 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0d996c6..a2ec65c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ __pycache__/ # Distribution / packaging .env/* +.envn .Python build/ develop-eggs/