From a5ae57a9167ff86ae15601a818930fc83207b4b1 Mon Sep 17 00:00:00 2001 From: DivyanshuVorrtex Date: Sun, 8 Mar 2026 08:32:49 +0000 Subject: [PATCH] add venv in gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c562c00..5206d21 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ __pycache__/ instance/ .webassets-cache/ -.DS_Store \ No newline at end of file +.DS_Store +venv/ \ No newline at end of file