From 0a7e8327a017c5dd43e552bbcd0d0f056bc1671b Mon Sep 17 00:00:00 2001 From: GiteaBot Date: Sun, 12 Dec 2021 00:25:18 +0000 Subject: [skip ci] Updated licenses and gitignores --- options/gitignore/Python | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'options/gitignore/Python') diff --git a/options/gitignore/Python b/options/gitignore/Python index 92ff2c4bb0..d9005f2cc7 100644 --- a/options/gitignore/Python +++ b/options/gitignore/Python @@ -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__/ @@ -139,7 +146,7 @@ cython_debug/ # PyCharm # JetBrains specific template is maintainted in a separate JetBrains.gitignore that can -# be found at https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore +# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -- cgit v1.2.3