From a883d5857f10342db241130f276de6160675f730 Mon Sep 17 00:00:00 2001 From: John Dawson Date: Wed, 11 Jan 2023 08:06:23 +0000 Subject: [PATCH] In Python.gitignore substitute `Poetry` for `poetry` --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index d2c4378a..c989f97c 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -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.