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