From 1eb7cba5ff641ab64f6f1529425f51e8dd5eb3af Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Thu, 5 Sep 2024 11:14:06 +0100 Subject: [PATCH] Ignore .venv/ --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b661992..2282cee 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ share/python-wheels/ .installed.cfg *.egg MANIFEST +.venv # PyInstaller # Usually these files are written by a python script from a template