diff options
author | GiteaBot <teabot@gitea.io> | 2022-04-17 00:10:24 +0000 |
---|---|---|
committer | GiteaBot <teabot@gitea.io> | 2022-04-17 00:10:24 +0000 |
commit | 490065b93b5fbff02d2c90efbe7f45ee95934fa9 (patch) | |
tree | 26dbccbea7f217fc3fdb9b6a7e3aa3dc38918e83 /options | |
parent | 695c4b4b0ecb65c87fd7e9c8f77e612b99b8abe3 (diff) | |
download | gitea-490065b93b5fbff02d2c90efbe7f45ee95934fa9.tar.gz gitea-490065b93b5fbff02d2c90efbe7f45ee95934fa9.zip |
[skip ci] Updated licenses and gitignores
Diffstat (limited to 'options')
-rw-r--r-- | options/gitignore/Python | 10 |
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 |