diff options
author | Marvin Vogt <m@rvinvogt.com> | 2023-12-28 14:21:54 +0100 |
---|---|---|
committer | Marvin Vogt <m@rvinvogt.com> | 2023-12-28 14:21:54 +0100 |
commit | bfa56dc5d8465f558383f6764e1219b4e983b725 (patch) | |
tree | ef242b7f5c6898972a6e7357bb57a31623391713 | |
parent | bb629fc14def1580c60c20119b6eef72e5322973 (diff) | |
download | gitignore-bfa56dc5d8465f558383f6764e1219b4e983b725.tar.gz gitignore-bfa56dc5d8465f558383f6764e1219b4e983b725.zip |
Add .pdm-build/
-rw-r--r-- | Python.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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__/ |