Skip to content

Commit 4bb96e3

Browse files
cclaussiredmail
authored andcommitted
Update .gitignore
1 parent 68a7a8a commit 4bb96e3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.gitignore

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
*.pyc
1+
*.egg-info
2+
*.py[cod]
3+
*$py.class
4+
.coverage
25
.DS_Store
6+
.idea
7+
__pycache__/
38
build/
49
dist/
510
docs/_build/
6-
*.egg-info
7-
.coverage
8-
.idea

0 commit comments

Comments
 (0)