Skip to content

Commit 490065b

Browse files
committed
[skip ci] Updated licenses and gitignores
1 parent 695c4b4 commit 490065b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

options/gitignore/Python

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,15 @@ ipython_config.py
101101
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
102102
#poetry.lock
103103

104-
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
104+
# pdm
105+
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
106+
#pdm.lock
107+
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
108+
# in version control.
109+
# https://pdm.fming.dev/#use-with-ide
110+
.pdm.toml
111+
112+
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
105113
__pypackages__/
106114

107115
# Celery stuff

0 commit comments

Comments
 (0)