]> source.dussan.org Git - gitignore.git/commitdiff
Ignore PDM project-wide config
authorJuan Luis Cano Rodríguez <hello@juanlu.space>
Wed, 16 Feb 2022 22:43:19 +0000 (23:43 +0100)
committerGitHub <noreply@github.com>
Wed, 16 Feb 2022 22:43:19 +0000 (23:43 +0100)
See https://pdm.fming.dev/#use-with-ide

Python.gitignore

index de2d5e086e2655036e3565ded009a74dc7c65940..2d011989f1f8f8e32c41a7557438d2533afc1b87 100644 (file)
@@ -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