From 5b5a8a6516b701a256c6e580f25b0c8e1155d670 Mon Sep 17 00:00:00 2001 From: Luigi D'Acunto Date: Tue, 16 Sep 2025 23:55:05 +0200 Subject: [PATCH] Aggiungi .venv al file .gitignore per escludere l'ambiente virtuale --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 934f194..89c9465 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -_ignored \ No newline at end of file +_ignored +.venv \ No newline at end of file