Skip to content

Commit

Permalink
Add .coverage to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Nov 10, 2022
1 parent 3f957da commit 3d47673
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
__pycache__
__pycache__/
.benchmarks/
.ipynb_checkpoints/
.pytest_cache
.pytest_cache/
build/
dist/
env/
*.egg-info
src/*.egg-info
src/galois/_version.py
.coverage

0 comments on commit 3d47673

Please sign in to comment.