aboutsummaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorGiteaBot <teabot@gitea.io>2022-04-17 00:10:24 +0000
committerGiteaBot <teabot@gitea.io>2022-04-17 00:10:24 +0000
commit490065b93b5fbff02d2c90efbe7f45ee95934fa9 (patch)
tree26dbccbea7f217fc3fdb9b6a7e3aa3dc38918e83 /options
parent695c4b4b0ecb65c87fd7e9c8f77e612b99b8abe3 (diff)
downloadgitea-490065b93b5fbff02d2c90efbe7f45ee95934fa9.tar.gz
gitea-490065b93b5fbff02d2c90efbe7f45ee95934fa9.zip
[skip ci] Updated licenses and gitignores
Diffstat (limited to 'options')
-rw-r--r--options/gitignore/Python10
1 files changed, 9 insertions, 1 deletions
diff --git a/options/gitignore/Python b/options/gitignore/Python
index de2d5e086e..68bc17f9ff 100644
--- a/options/gitignore/Python
+++ b/options/gitignore/Python
@@ -101,7 +101,15 @@ 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
+# 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
__pypackages__/
# Celery stuff