From 51f9daa56c2d30e508d1c72b40ada5bb6900739a Mon Sep 17 00:00:00 2001 From: Davide Andreolli Date: Tue, 26 Mar 2024 15:38:35 +0100 Subject: [PATCH] feat: added venv dir to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0e8b5cf..2bb9315 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ bin/ out/ test/ -__pycache__/ \ No newline at end of file +__pycache__/ +venv/