From 35b656aa850665b922834c9b635b154dca207e33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Fri, 18 Feb 2022 18:54:31 +0100 Subject: [PATCH] Expand explanations on PDM Co-authored-by: Lukasz Sobczuk --- Python.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) 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