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 0481f3b commit 35b656aCopy full SHA for 35b656a
Python.gitignore
@@ -102,6 +102,14 @@ ipython_config.py
102
#poetry.lock
103
104
# 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
# pdm stores project-wide configurations in .pdm.toml, and it is recommended to not include it
114
# in version control.
115
# https://pdm.fming.dev/#use-with-ide
0 commit comments