Ignore PDM project-wide config

See https://pdm.fming.dev/#use-with-ide
This commit is contained in:
Juan Luis Cano Rodríguez 2022-02-16 23:43:19 +01:00 committed by GitHub
parent ce5da10a3a
commit 0481f3bda8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -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