浏览代码

Merge pull request #4279 from SRv6d/main

Add `.pdm-python` to python gitignore
Daniel Johnson 11 月之前
父节点
当前提交
a41112a9ab
共有 1 个文件被更改,包括 3 次插入1 次删除
  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__/