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 695c4b4 commit 490065bCopy full SHA for 490065b
options/gitignore/Python
@@ -101,7 +101,15 @@ 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
+# 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
113
__pypackages__/
114
115
# Celery stuff
0 commit comments