From 4975b9590d6c4ffe69e374d5357f57fbeb9b342d Mon Sep 17 00:00:00 2001 From: Taran Lu <52425255+taranlu-houzz@users.noreply.github.com> Date: Tue, 2 May 2023 11:07:50 -0700 Subject: [PATCH] Ignore the new .pdm-python file that is now used by pdm to determine the path to the python interpreter used by the project. --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 68bc17f9ff..f7f74c717d 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__/