Skip to content

Commit

Permalink
Expand explanations on PDM
Browse files Browse the repository at this point in the history
Co-authored-by: Lukasz Sobczuk <[email protected]>
  • Loading branch information
astrojuanlu and pypros authored Feb 18, 2022
1 parent 0481f3b commit 35b656a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Python.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ ipython_config.py
#poetry.lock

# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in 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/#use-with-ide
.pdm.toml

# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/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
Expand Down

0 comments on commit 35b656a

Please sign in to comment.