aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan Luis Cano Rodríguez <hello@juanlu.space>2022-02-16 23:43:19 +0100
committerGitHub <noreply@github.com>2022-02-16 23:43:19 +0100
commit0481f3bda81ec0f25b634be18f27885130df7e46 (patch)
tree97ef3a2a75ead3ee81a1ea9ba4aac804e8397757
parentce5da10a3a43c4dd8bd9572eda17c0a37ee0eac1 (diff)
downloadgitignore-0481f3bda81ec0f25b634be18f27885130df7e46.tar.gz
gitignore-0481f3bda81ec0f25b634be18f27885130df7e46.zip
Ignore PDM project-wide config
See https://pdm.fming.dev/#use-with-ide
-rw-r--r--Python.gitignore8
1 files changed, 7 insertions, 1 deletions
diff --git a/Python.gitignore b/Python.gitignore
index de2d5e08..2d011989 100644
--- a/Python.gitignore
+++ b/Python.gitignore
@@ -101,7 +101,13 @@ ipython_config.py
# 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
+# 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
+.pdm.toml
+
+# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/
# Celery stuff