Add PDM-related files to gitignore.

This commit is contained in:
Catherine 2023-07-21 03:29:23 +00:00
parent 4627d8d3c8
commit 7a9dbc8c11

9
.gitignore vendored
View file

@ -1,9 +1,14 @@
# Python # Python
__pycache__/ __pycache__/
/*.egg-info *.egg-info
/.eggs
/dist /dist
# pdm
/.pdm-plugins
/.pdm-python
/.venv
/pdm.lock
# coverage # coverage
/.coverage /.coverage
/htmlcov /htmlcov