Skip to content

Commit 0481f3b

Browse files
authored
Ignore PDM project-wide config
See https://pdm.fming.dev/#use-with-ide
1 parent ce5da10 commit 0481f3b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Python.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,13 @@ ipython_config.py
101101
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
102102
#poetry.lock
103103

104-
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
104+
# pdm
105+
# pdm stores project-wide configurations in .pdm.toml, and it is recommended to not include it
106+
# in version control.
107+
# https://pdm.fming.dev/#use-with-ide
108+
.pdm.toml
109+
110+
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
105111
__pypackages__/
106112

107113
# Celery stuff

0 commit comments

Comments
 (0)