diff options
author | Juan Luis Cano RodrÃguez <hello@juanlu.space> | 2022-02-16 23:43:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-16 23:43:19 +0100 |
commit | 0481f3bda81ec0f25b634be18f27885130df7e46 (patch) | |
tree | 97ef3a2a75ead3ee81a1ea9ba4aac804e8397757 | |
parent | ce5da10a3a43c4dd8bd9572eda17c0a37ee0eac1 (diff) | |
download | gitignore-0481f3bda81ec0f25b634be18f27885130df7e46.tar.gz gitignore-0481f3bda81ec0f25b634be18f27885130df7e46.zip |
Ignore PDM project-wide config
See https://pdm.fming.dev/#use-with-ide
-rw-r--r-- | Python.gitignore | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Python.gitignore b/Python.gitignore index de2d5e08..2d011989 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -101,7 +101,13 @@ ipython_config.py # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control #poetry.lock -# PEP 582; used by e.g. github.com/David-OConnor/pyflow +# pdm +# pdm stores project-wide configurations in .pdm.toml, and it is recommended to not include it +# in version control. +# https://pdm.fming.dev/#use-with-ide +.pdm.toml + +# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm __pypackages__/ # Celery stuff |