Skip to content

Commit

Permalink
Merge pull request github#3911 from JP-Ellis/patch-1
Browse files Browse the repository at this point in the history
[Python] Add poetry.lock
  • Loading branch information
bdougie authored Dec 10, 2021
2 parents 2b712fa + 596862f commit 3b6d9b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Python.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ ipython_config.py
# install all needed dependencies.
#Pipfile.lock

# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

Expand Down

0 comments on commit 3b6d9b0

Please sign in to comment.