Skip to content

Commit 35b656a

Browse files
astrojuanlupypros
andauthored
Expand explanations on PDM
Co-authored-by: Lukasz Sobczuk <[email protected]>
1 parent 0481f3b commit 35b656a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Python.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,14 @@ ipython_config.py
102102
#poetry.lock
103103

104104
# pdm
105+
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
106+
#pdm.lock
107+
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
108+
# in version control.
109+
# https://pdm.fming.dev/#use-with-ide
110+
.pdm.toml
111+
112+
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
105113
# pdm stores project-wide configurations in .pdm.toml, and it is recommended to not include it
106114
# in version control.
107115
# https://pdm.fming.dev/#use-with-ide

0 commit comments

Comments
 (0)