Skip to content

Commit 136f98d

Browse files
authored
Merge pull request #4653 from vicman7/add-poetry-toml
Add poetry.toml to Python.gitignore (optional Poetry config file)
2 parents e478c8f + daf3818 commit 136f98d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Python.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ ipython_config.py
106106
# commonly ignored for libraries.
107107
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
108108
#poetry.lock
109+
#poetry.toml
109110

110111
# pdm
111112
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
@@ -191,4 +192,4 @@ cython_debug/
191192
# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
192193
# refer to https://docs.cursor.com/context/ignore-files
193194
.cursorignore
194-
.cursorindexingignore
195+
.cursorindexingignore

0 commit comments

Comments
 (0)