Skip to content

Commit 3b6d9b0

Browse files
authored
Merge pull request #3911 from JP-Ellis/patch-1
[Python] Add poetry.lock
2 parents 2b712fa + 596862f commit 3b6d9b0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Python.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,13 @@ ipython_config.py
9494
# install all needed dependencies.
9595
#Pipfile.lock
9696

97+
# poetry
98+
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
99+
# This is especially recommended for binary packages to ensure reproducibility, and is more
100+
# commonly ignored for libraries.
101+
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
102+
#poetry.lock
103+
97104
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
98105
__pypackages__/
99106

0 commit comments

Comments
 (0)