From e8131b2a80ed1fa84c94da08d257969a198d0ee4 Mon Sep 17 00:00:00 2001 From: Marvin Vogt Date: Sun, 9 Apr 2023 18:25:17 +0200 Subject: [PATCH 1/3] Add `.pdm-python` to python gitignore --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) 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__/ From bb629fc14def1580c60c20119b6eef72e5322973 Mon Sep 17 00:00:00 2001 From: Marvin Vogt Date: Sun, 1 Oct 2023 22:41:53 +0200 Subject: [PATCH 2/3] Update PDM docs reference Co-authored-by: Leonardo Nascimento <6169152+leonaascimento@users.noreply.github.com> --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index f7f74c71..60a821a5 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -106,7 +106,7 @@ ipython_config.py #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 +# https://pdm.fming.dev/latest/usage/project/#working-with-version-control .pdm.toml .pdm-python From bfa56dc5d8465f558383f6764e1219b4e983b725 Mon Sep 17 00:00:00 2001 From: Marvin Vogt Date: Thu, 28 Dec 2023 14:21:54 +0100 Subject: [PATCH 3/3] Add .pdm-build/ --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 60a821a5..82f92755 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -109,6 +109,7 @@ ipython_config.py # https://pdm.fming.dev/latest/usage/project/#working-with-version-control .pdm.toml .pdm-python +.pdm-build/ # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm __pypackages__/