diff options
author | Juan Luis Cano RodrÃguez <hello@juanlu.space> | 2022-02-18 18:54:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-18 18:54:31 +0100 |
commit | 35b656aa850665b922834c9b635b154dca207e33 (patch) | |
tree | cac5208f933192bdd73056ff1ef58a757256cb9c | |
parent | 0481f3bda81ec0f25b634be18f27885130df7e46 (diff) | |
download | gitignore-35b656aa850665b922834c9b635b154dca207e33.tar.gz gitignore-35b656aa850665b922834c9b635b154dca207e33.zip |
Expand explanations on PDM
Co-authored-by: Lukasz Sobczuk <sobczuk.lukasz@wp.pl>
-rw-r--r-- | Python.gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
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 |