Browse Source

Merge pull request #4279 from SRv6d/main

Add `.pdm-python` to python gitignore
Daniel Johnson 11 months ago
parent
commit
a41112a9ab
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Python.gitignore

+ 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__/