Skip to content

Commit

Permalink
Update .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark authored and jfng committed Aug 16, 2023
1 parent f4b0498 commit 692662f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Python
*.pyc
/*.egg-info
/.eggs
__pycache__/
*.egg-info
/dist

# pdm
/.pdm-plugins
/.pdm-python
/.venv
/pdm.lock

# coverage
/.coverage
/htmlcov
Expand Down

0 comments on commit 692662f

Please sign in to comment.