From 2ce1c5f54e78ec7b61037f4be2ad7bd905286d82 Mon Sep 17 00:00:00 2001 From: Mohammad Torkashvand <mohammad.torkashvand@geant.org> Date: Thu, 17 Aug 2023 11:34:58 +0000 Subject: [PATCH] add .venv to the .gitignore file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8f592ae..eeed7fd 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ docs/source/_static/openapi.json docs/vale/styles/* !docs/vale/styles/Vocab/ venv/ +.venv/ # Ignore files generated by apidoc docs/source/lso.rst -- GitLab