From a3135b90ad9b4ad4d26629afd178787225161494 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 21 Jun 2023 09:11:37 +0700 Subject: [PATCH] ignore venv --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8ccd457..31cb477 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ config.json # py __pycache__ .mypy_cache +.venv # editor .vscode