From b1c9b3d67af1bdcc6d98103c986886bdfa3af834 Mon Sep 17 00:00:00 2001 From: Nathan Simpson Date: Fri, 20 Oct 2023 15:24:08 +0100 Subject: [PATCH] ignore venv in gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 66b6392026..a7893c30bc 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,5 @@ htmlcov # text editors .vscode/ + +venv/