From 6b6714c8b5045a7b5f575e8f6d6fadfc0ff76037 Mon Sep 17 00:00:00 2001 From: Jahongir Qurbonov Date: Mon, 14 Oct 2024 14:43:33 +0500 Subject: [PATCH] Ignore .venv --- .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/