From 318e24b1aa58883962e38ff496dcac1973c76393 Mon Sep 17 00:00:00 2001 From: GilbN <24592972+GilbN@users.noreply.github.com> Date: Sun, 15 Sep 2024 16:10:29 +0200 Subject: [PATCH] gitignore venv --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 75ec3f0a..1b3e8e7b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.vscode/* \ No newline at end of file +.vscode/* +venv*/ \ No newline at end of file