Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit e4076b7

Browse files
committed
ignore wheelhouse
1 parent f8d5567 commit e4076b7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.gitignore

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
.DS_Store
2-
/dist
3-
*.swp
4-
*.pyc
51
*.egg-info
2+
*.pyc
3+
*.swp
4+
.cache
65
.coverage
7-
.tox
6+
.DS_Store
87
.eggs
9-
.cache
8+
.tox
9+
/dist
10+
/wheelhouse

0 commit comments

Comments
 (0)