Skip to content

Commit daf3818

Browse files
committed
Add poetry.toml to Python.gitignore
1 parent 84c765d commit daf3818

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)