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.
2 parents fc05d64 + 7b22f8a commit 6267e92Copy full SHA for 6267e92
Go.gitignore
@@ -19,3 +19,4 @@
19
20
# Go workspace file
21
go.work
22
+go.work.sum
Python.gitignore
@@ -106,8 +106,10 @@ ipython_config.py
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
+# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
110
.pdm.toml
111
+.pdm-python
112
+.pdm-build/
113
114
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
115
__pypackages__/
0 commit comments