In Python.gitignore substitute `Poetry` for `poetry`

This commit is contained in:
John Dawson 2023-01-11 08:06:23 +00:00
parent 2144beff38
commit a883d5857f
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ ipython_config.py
# needed dependencies.
# Pipfile.lock
# poetry
# 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.