Skip to content

Commit ee43b1f

Browse files
authored
Update .gitignore (#17)
1 parent 4bd2f3f commit ee43b1f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
dist
2+
**/*.egg-info
3+
**/__pycache__
4+
.pytest_cache
5+
**/*.pyc
6+
.tox/*
7+
.coverage
8+
test/resources/local_mode_lock
9+
.idea/*
10+
*~

0 commit comments

Comments
 (0)