From: Juan Luis Cano Rodríguez Date: Fri, 18 Feb 2022 17:54:31 +0000 (+0100) Subject: Expand explanations on PDM X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=35b656aa850665b922834c9b635b154dca207e33;p=gitignore.git Expand explanations on PDM Co-authored-by: Lukasz Sobczuk --- diff --git a/Python.gitignore b/Python.gitignore index 2d011989..401a03da 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -102,6 +102,14 @@ ipython_config.py #poetry.lock # pdm +# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. +#pdm.lock +# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it +# in version control. +# https://pdm.fming.dev/#use-with-ide +.pdm.toml + +# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm # pdm stores project-wide configurations in .pdm.toml, and it is recommended to not include it # in version control. # https://pdm.fming.dev/#use-with-ide