Skip to content

Commit 0e1210a

Browse files
Add .gitignore
1 parent 23c485c commit 0e1210a

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+
.coverage
2+
build/
3+
cover/
4+
dist/
5+
*.egg-info/
6+
.idea/
7+
*.pyc
8+
*.pyo
9+
./tests/htmlcov/
10+
.tox/

0 commit comments

Comments
 (0)