diff options
-rw-r--r-- | Python.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore index 0a197900..dd15ec48 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -172,3 +172,10 @@ cython_debug/ # PyPI configuration file .pypirc + +# Cursor +# Cursor is an AI-powered code editor.`.cursorignore` specifies files/directories to +# 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 |