From 0ce3f5d7389ce9daf067a6b780584d36d97cbbab Mon Sep 17 00:00:00 2001 From: Brent O'Connor Date: Mon, 4 Dec 2023 11:26:33 -0600 Subject: [PATCH] Ignore the .venv directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index dd5a7c9..1d43fb3 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ __pycache__ .coverage htmlcov coverage.xml +.venv/