From 15b4e256c8f46a3f539c1622fb83dd872afa2576 Mon Sep 17 00:00:00 2001 From: moi15moi <80980684+moi15moi@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:09:26 -0500 Subject: [PATCH] [.gitignore] Exclude venv --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c883061..7ec5b43 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ __pycache__/ build/ dist/ .idea/ -.vscode/ \ No newline at end of file +.vscode/ +venv/ \ No newline at end of file