From b41525b4eae29a0ce553657edbddb9080585439e Mon Sep 17 00:00:00 2001 From: Jahongir Qurbonov Date: Sat, 19 Oct 2024 10:04:37 +0500 Subject: [PATCH] Ignore .venv directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 62bd6e89..930ca05c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ __pycache__/ .pytest_cache/ .mypy_cache/ .ruff_cache/ +.venv/ dist/ dist-doc/ build/