Skip to content

Commit 692662f

Browse files
whitequarkjfng
authored andcommitted
Update .gitignore.
1 parent f4b0498 commit 692662f

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.gitignore

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Python
2-
*.pyc
3-
/*.egg-info
4-
/.eggs
2+
__pycache__/
3+
*.egg-info
54
/dist
65

6+
# pdm
7+
/.pdm-plugins
8+
/.pdm-python
9+
/.venv
10+
/pdm.lock
11+
712
# coverage
813
/.coverage
914
/htmlcov

0 commit comments

Comments
 (0)