From cd70a36f4b2abc9acddd16806b91b3d1c35f0a0e Mon Sep 17 00:00:00 2001 From: Yifu Tao Date: Wed, 28 Aug 2024 16:32:25 +0100 Subject: [PATCH] refactor: ignore vscode --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d5ec98a..ecb2b2b 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,5 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +.vscode \ No newline at end of file