aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarvin Vogt <m@rvinvogt.com>2023-12-28 14:21:54 +0100
committerMarvin Vogt <m@rvinvogt.com>2023-12-28 14:21:54 +0100
commitbfa56dc5d8465f558383f6764e1219b4e983b725 (patch)
treeef242b7f5c6898972a6e7357bb57a31623391713
parentbb629fc14def1580c60c20119b6eef72e5322973 (diff)
downloadgitignore-bfa56dc5d8465f558383f6764e1219b4e983b725.tar.gz
gitignore-bfa56dc5d8465f558383f6764e1219b4e983b725.zip
Add .pdm-build/
-rw-r--r--Python.gitignore1
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__/