Skip to content

Commit a41112a

Browse files
authored
Merge pull request #4279 from SRv6d/main
Add `.pdm-python` to python gitignore
2 parents 4488915 + bfa56dc commit a41112a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Python.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,10 @@ ipython_config.py
106106
#pdm.lock
107107
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
108108
# in version control.
109-
# https://pdm.fming.dev/#use-with-ide
109+
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
110110
.pdm.toml
111+
.pdm-python
112+
.pdm-build/
111113

112114
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
113115
__pypackages__/

0 commit comments

Comments
 (0)