Skip to content

Commit 1112274

Browse files
committed
Updated .gitignore to ignore artifacts of building Python module for release
1 parent 33922ac commit 1112274

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ dist
66
*.pyc
77
.tox
88
.pytest_cache
9+
*.egg-info
910

1011
# Code Coverage
1112
.coverage
@@ -19,4 +20,4 @@ htmlcov
1920

2021
# mypy optional static type checker
2122
.mypy_cache
22-
*~
23+
*~

0 commit comments

Comments
 (0)