We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5da10 commit 0481f3bCopy full SHA for 0481f3b
Python.gitignore
@@ -101,7 +101,13 @@ ipython_config.py
101
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
102
#poetry.lock
103
104
-# PEP 582; used by e.g. github.com/David-OConnor/pyflow
+# 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
111
__pypackages__/
112
113
# Celery stuff
0 commit comments