From f8311719b33d96be8a8f890b8194f72c708c1830 Mon Sep 17 00:00:00 2001 From: kamalyash2002 <93870977+kamalyash2002@users.noreply.github.com> Date: Wed, 31 Jul 2024 18:17:35 +0530 Subject: [PATCH] PR : Added virtual env folder to the gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fe70435..f5e96db 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -genAI/venv \ No newline at end of file +venv \ No newline at end of file