From 45d98fe0b57b83435c3d9d0b7c1e674fbdae6794 Mon Sep 17 00:00:00 2001 From: gridtime Date: Mon, 7 Aug 2023 19:26:36 +0200 Subject: [PATCH] gitignores venv --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 32769594..410e51dc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ __pycache__ .mypy_cache *.egg-info *.pyc +venv *.qmlc *.jsc