From 9b20647bc077ac4e7dbfd3b6776cc168be88d3f7 Mon Sep 17 00:00:00 2001 From: iridiumR Date: Wed, 21 Sep 2022 11:16:06 +0800 Subject: [PATCH] chore(gitignore): add python gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8bd7e2a..60eb01c 100644 --- a/.gitignore +++ b/.gitignore @@ -119,3 +119,6 @@ PLLJ_PLLSPE_INFO.txt *.wlf *.qtlde +# python + +.venv