aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Johnson <wirecat@github.com>2024-05-08 15:35:40 -0700
committerGitHub <noreply@github.com>2024-05-08 15:35:40 -0700
commita41112a9ab9c90d3cdbbe17f065bebeb622b3dc7 (patch)
treeef242b7f5c6898972a6e7357bb57a31623391713
parent4488915eec0b3a45b5c63ead28f286819c0917de (diff)
parentbfa56dc5d8465f558383f6764e1219b4e983b725 (diff)
downloadgitignore-a41112a9ab9c90d3cdbbe17f065bebeb622b3dc7.tar.gz
gitignore-a41112a9ab9c90d3cdbbe17f065bebeb622b3dc7.zip
Merge pull request #4279 from SRv6d/main
Add `.pdm-python` to python gitignore
-rw-r--r--Python.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/Python.gitignore b/Python.gitignore
index 68bc17f9..82f92755 100644
--- a/Python.gitignore
+++ b/Python.gitignore
@@ -106,8 +106,10 @@ ipython_config.py
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
-# https://pdm.fming.dev/#use-with-ide
+# 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__/