From aaf021ed81b60fe55aeafabd32d1b1a1907724eb Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Mon, 22 Jan 2024 10:33:33 -0600 Subject: [PATCH] gitignore another common python venv name .venv is another commonly used Python virtualenv name that folks use so add it to the ignore list. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 07aa5c34..47e4ec23 100644 --- a/.gitignore +++ b/.gitignore @@ -104,6 +104,7 @@ target/ # virtualenv venv/ +.venv/ ENV/ # molecule