From: Marvin Vogt Date: Sun, 9 Apr 2023 16:25:17 +0000 (+0200) Subject: Add `.pdm-python` to python gitignore X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e8131b2a80ed1fa84c94da08d257969a198d0ee4;p=gitignore.git Add `.pdm-python` to python gitignore --- diff --git a/Python.gitignore b/Python.gitignore index 68bc17f9..f7f74c71 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -108,6 +108,7 @@ ipython_config.py # in version control. # https://pdm.fming.dev/#use-with-ide .pdm.toml +.pdm-python # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm __pypackages__/