We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d602a2 commit 5577a31Copy full SHA for 5577a31
Python.gitignore
@@ -172,3 +172,9 @@ cython_debug/
172
173
# PyPI configuration file
174
.pypirc
175
+
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
0 commit comments