Explorar o código

Merge branch 'github:main' into patch-1

Patrick Prémartin hai 11 meses
pai
achega
6267e92c5a
Modificáronse 2 ficheiros con 4 adicións e 1 borrados
  1. 1 0
      Go.gitignore
  2. 3 1
      Python.gitignore

+ 1 - 0
Go.gitignore

@@ -19,3 +19,4 @@
 
 # Go workspace file
 go.work
+go.work.sum

+ 3 - 1
Python.gitignore

@@ -106,8 +106,10 @@ ipython_config.py
 #pdm.lock
 #   pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
 #   in version control.
-#   https://pdm.fming.dev/#use-with-ide
+#   https://pdm.fming.dev/latest/usage/project/#working-with-version-control
 .pdm.toml
+.pdm-python
+.pdm-build/
 
 # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
 __pypackages__/