Browse Source

Merge branch 'github:main' into patch-1

Patrick Prémartin 11 months ago
parent
commit
6267e92c5a
2 changed files with 4 additions and 1 deletions
  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__/