Skip to content

Commit 9cabb94

Browse files
authored
Merge pull request #4633 from Wuhall/main
Add Cursor editor ignore files to Python.gitignore
2 parents 4d602a2 + a642376 commit 9cabb94

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Python.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,10 @@ cython_debug/
172172

173173
# PyPI configuration file
174174
.pypirc
175+
176+
# Cursor
177+
# Cursor is an AI-powered code editor.`.cursorignore` specifies files/directories to
178+
# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
179+
# refer to https://docs.cursor.com/context/ignore-files
180+
.cursorignore
181+
.cursorindexingignore

0 commit comments

Comments
 (0)