Add PDM-related files to gitignore.
This commit is contained in:
parent
4627d8d3c8
commit
7a9dbc8c11
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue