From 19d640a7ac583ec9fa1f5761fd49741115da0ddf Mon Sep 17 00:00:00 2001 From: augustin64 Date: Tue, 26 Dec 2023 10:48:27 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 235073f..13b2cdd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ */inputs -**/__pycache__ \ No newline at end of file +**/__pycache__ +.venv \ No newline at end of file