From bdf748bc63b5de1b375d55ce0d8e0f8381c57f78 Mon Sep 17 00:00:00 2001 From: 283375 Date: Sun, 29 Oct 2023 23:46:40 +0800 Subject: [PATCH] chore: .gitignore venv --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 786de0f..004b5c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ __debug* .vscode/ +*venv*/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]