From b54883bb70b549291484881b39a9a89d9d78aecc Mon Sep 17 00:00:00 2001 From: saces Date: Mon, 4 Nov 2024 20:08:37 +0100 Subject: [PATCH] add venv to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 68aad69..b697fb2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ .pytest_cache/ .ropeproject .coverage +venv/