From 71099d09af61c4882b7ecfe5e1214f65ae0dacce Mon Sep 17 00:00:00 2001 From: -LAN- Date: Wed, 22 Nov 2023 12:31:46 +0600 Subject: [PATCH] feat: Ignore `.pdm-python` file. --- 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__/