From 2b6f0905a951d22844aff4baf11b061671eecede Mon Sep 17 00:00:00 2001 From: jiangbaihe <166293922+jiangbaihe@users.noreply.github.com> Date: Tue, 4 Mar 2025 14:58:04 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4.gitignore=E7=AD=96?= =?UTF-8?q?=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 129a39b..5686ba6 100644 --- a/.gitignore +++ b/.gitignore @@ -136,3 +136,10 @@ dmypy.json # Cython debug symbols cython_debug/ + +# PyCharm +.idea/ + +# VSCode +.vscode/ +