gitignore
gitignore copied to clipboard
Add `.pdm-python` to python gitignore
Reasons for making this change:
Starting with v2.5.0b0 pdm
requires a .pdm-python
file to track the path of the local python installation.
Links to documentation supporting these rule changes:
If this is a new template:
- Link to application or project’s homepage: https://pdm.fming.dev
Can this be merged? Everything looks good to me.
Reference: https://pdm.fming.dev/dev/usage/project/#working-with-version-control
You must commit the
pyproject.toml
file. You should commit thepdm.lock
andpdm.toml
file. Do not commit the.pdm-python
file.
Merge this already please!