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
__pycache__/
/*.egg-info
/.eggs
*.egg-info
/dist
# pdm
/.pdm-plugins
/.pdm-python
/.venv
/pdm.lock
# coverage
/.coverage
/htmlcov