From f9aee785a9a10e40d1b1546570cf3122e2c05db1 Mon Sep 17 00:00:00 2001 From: Andrey Danilov Date: Mon, 13 May 2024 00:22:48 +0300 Subject: [PATCH] Ignore `/.venv` --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 46fbe4d..e4d8bb4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/.venv dist __pycache__/ *.py[cod]