From 75ec41f83a8a56749516a8e433fd70a30218e276 Mon Sep 17 00:00:00 2001 From: Mattijs Ugen <144798+akaIDIOT@users.noreply.github.com> Date: Mon, 16 Jun 2025 16:40:50 +0200 Subject: [PATCH] Update documentation link for pdm, use recommended includes/excludes --- Python.gitignore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index d9035b15..1f5ea1b4 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -110,11 +110,10 @@ ipython_config.py # pdm # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. +# pdm recommends including project-wide configuration in pdm.toml, but excluding .pdm-python. +# https://pdm-project.org/en/latest/usage/project/#working-with-version-control #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/latest/usage/project/#working-with-version-control -.pdm.toml +#pdm.toml .pdm-python .pdm-build/