Skip to content

Commit a642376

Browse files
Lucas LiuLucas Liu
authored andcommitted
add .cursorignore
1 parent 5577a31 commit a642376

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Python.gitignore

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,9 @@ cython_debug/
173173
# PyPI configuration file
174174
.pypirc
175175

176-
# Cursor
177-
# Cursor is a code editor integrated with LLM. `.cursorrules` is its project-level configuration file,
178-
# refer to https://docs.cursor.com/context/rules, which is used to customize the code generation rules of AI
179-
.cursorrules
180-
.cursor/rules
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)