Skip to content

Commit

Permalink
Merge pull request #4279 from SRv6d/main
Browse files Browse the repository at this point in the history
Add `.pdm-python` to python gitignore
  • Loading branch information
wirecat authored May 8, 2024
2 parents 4488915 + bfa56dc commit a41112a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Python.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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__/
Expand Down

0 comments on commit a41112a

Please sign in to comment.