From de3bad038443a8702097d0cd6154d1a679eb6436 Mon Sep 17 00:00:00 2001
From: Mohammad Torkashvand <mohammad.torkashvand@geant.org>
Date: Thu, 17 Aug 2023 12:34:03 +0200
Subject: [PATCH] add .venv to the .gitignore file

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 4d87beab..e3eaa624 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ docs/vale/styles/*
 !docs/vale/styles/Vocab/
 
 .idea
+.venv
-- 
GitLab