From c4a694e6017c4794f2f87fc7c4701031d5164914 Mon Sep 17 00:00:00 2001 From: "ishak jmilou.ishak" Date: Thu, 24 Oct 2024 14:07:11 +0200 Subject: [PATCH] moved venv to the .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d747781..87f2cc7 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ src/C++/Driver/cmake_install.cmake src/C++/Driver/Makefile src/C++/Driver/log build/ +venv