From 5c4b549d0a6237a5db4e4e2f72ae7821ed4ad437 Mon Sep 17 00:00:00 2001 From: unknown <asoalexandros@gmail.com> Date: Thu, 23 Jan 2025 15:24:55 +0100 Subject: [PATCH] added venv in gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index dac0bc6..3fc7345 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ __pycache__/ jan_test*.ipynb -checkpoint.py +venv/ \ No newline at end of file -- GitLab