diff options
author | Marvin Vogt <git@srv6d.space> | 2023-04-09 18:25:17 +0200 |
---|---|---|
committer | Marvin Vogt <git@srv6d.space> | 2023-04-09 18:25:17 +0200 |
commit | e8131b2a80ed1fa84c94da08d257969a198d0ee4 (patch) | |
tree | ef83a0fc6934ffe67e1b6fbcf1a98320939351a1 | |
parent | 4488915eec0b3a45b5c63ead28f286819c0917de (diff) | |
download | gitignore-e8131b2a80ed1fa84c94da08d257969a198d0ee4.tar.gz gitignore-e8131b2a80ed1fa84c94da08d257969a198d0ee4.zip |
Add `.pdm-python` to python gitignore
-rw-r--r-- | Python.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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__/ |