1
0
mirror of https://github.com/github/gitignore synced 2024-06-10 14:40:01 +02:00

Merge pull request #4279 from SRv6d/main

Add `.pdm-python` to python gitignore
This commit is contained in:
Daniel Johnson 2024-05-08 15:35:40 -07:00 committed by GitHub
commit a41112a9ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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__/