From 165e950e5505bf2f8d97be15447910994970f0d4 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 13 Mar 2022 10:53:33 +0100 Subject: [PATCH] Add python venv to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 07a2a887b..fe8967857 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ __pycache__ .pytest_cache build dist +venv .vscode/settings.json