From 6331c8e02591b6af41093d906451d89b04c68dba Mon Sep 17 00:00:00 2001 From: ninemine <1371605831@qq.com> Date: Mon, 22 Sep 2025 10:05:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5.vscode/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dd15ec4..099f46d 100644 --- a/.gitignore +++ b/.gitignore @@ -178,4 +178,7 @@ cython_debug/ # exclude from AI features like autocomplete and code analysis. Recommended for sensitive data # refer to https://docs.cursor.com/context/ignore-files .cursorignore -.cursorindexingignore \ No newline at end of file +.cursorindexingignore + +# IDE +.vscode/ \ No newline at end of file