From eb3c1da03923680bdd29a86984f3c686f4070efd Mon Sep 17 00:00:00 2001 From: indivar Date: Thu, 15 Jun 2023 22:27:28 +0530 Subject: [PATCH] chore: added venv in .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2484b3fe..4a8afadf 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ var/ *.egg-info/ .installed.cfg *.egg +venv/ # PyInstaller # Usually these files are written by a python script from a template