aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan Luis Cano Rodríguez <hello@juanlu.space>2022-02-18 18:54:31 +0100
committerGitHub <noreply@github.com>2022-02-18 18:54:31 +0100
commit35b656aa850665b922834c9b635b154dca207e33 (patch)
treecac5208f933192bdd73056ff1ef58a757256cb9c
parent0481f3bda81ec0f25b634be18f27885130df7e46 (diff)
downloadgitignore-35b656aa850665b922834c9b635b154dca207e33.tar.gz
gitignore-35b656aa850665b922834c9b635b154dca207e33.zip
Expand explanations on PDM
Co-authored-by: Lukasz Sobczuk <sobczuk.lukasz@wp.pl>
-rw-r--r--Python.gitignore8
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