diff options
author | Daniel Johnson <wirecat@github.com> | 2024-05-08 15:35:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 15:35:40 -0700 |
commit | a41112a9ab9c90d3cdbbe17f065bebeb622b3dc7 (patch) | |
tree | ef242b7f5c6898972a6e7357bb57a31623391713 | |
parent | 4488915eec0b3a45b5c63ead28f286819c0917de (diff) | |
parent | bfa56dc5d8465f558383f6764e1219b4e983b725 (diff) | |
download | gitignore-a41112a9ab9c90d3cdbbe17f065bebeb622b3dc7.tar.gz gitignore-a41112a9ab9c90d3cdbbe17f065bebeb622b3dc7.zip |
Merge pull request #4279 from SRv6d/main
Add `.pdm-python` to python gitignore
-rw-r--r-- | Python.gitignore | 4 |
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__/ |