Skip to content

Commit 95e9df7

Browse files
committed
Update .gitignore
1 parent cde064b commit 95e9df7

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.gitignore

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
*.pyc
2-
*.pyo
3-
*.so
4-
*.coverage
5-
6-
build/
1+
__pycache__/
2+
.mypy_cache/
3+
.pytest_cache/
4+
.vscode/
75
dist/
8-
sdist/
6+
env/

0 commit comments

Comments
 (0)