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 84c765d commit daf3818Copy full SHA for daf3818
Python.gitignore
@@ -106,6 +106,7 @@ ipython_config.py
106
# commonly ignored for libraries.
107
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
108
#poetry.lock
109
+#poetry.toml
110
111
# pdm
112
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
@@ -191,4 +192,4 @@ cython_debug/
191
192
# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
193
# refer to https://docs.cursor.com/context/ignore-files
194
.cursorignore
-.cursorindexingignore
195
+.cursorindexingignore
0 commit comments