From 8239a4cac13f8da351f50fd8ab23ef02273e54f9 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 18 Jul 2022 16:59:41 -0400 Subject: [PATCH] add venv to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c57b271e..f3ef1df0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ node_modules static-tmp releases-base lock +venv