From 44373e22de63724a241322aa71b82348b4d47a21 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:54:45 -0700 Subject: [PATCH] Add venv to .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3f426050..d3b10ace 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,7 @@ lib/ pip-selfcheck.json pyvenv.cfg MANIFEST - +venv/ # path for the test lib. tools/plex \ No newline at end of file