From cc1e6c8601f331c6297e6dc56ce4a6f9f3c81958 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 26 Jun 2023 16:43:28 -0400 Subject: [PATCH] add .venv and build directory to git ignore Signed-off-by: Kevin --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e4af971d9..eef1052fe 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ __pycache__/ Pipfile Pipfile.lock poetry.lock +.venv* +build/