From 69123ce374c5cc576625bc45a12cbde0c0844ac3 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Sun, 14 Apr 2024 13:02:19 +0100 Subject: [PATCH] Add `.venv/` to `.gitignore` Since it's becoming increasingly more common than `venv/`. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5ef39967..ec8d960c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /.nox/ +/.venv/ /venv/ __pycache__/ .web_cache/