Skip to content

Commit afb7c6a

Browse files
author
Rafal Wojdyla
committed
Add gitignore
1 parent 8d9423d commit afb7c6a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
*.egg-info
2+
.eggs/
3+
*.egg/
4+
dist/
5+
build/
6+
.idea/
7+
*.pyc
8+
.tox/
9+
py27/
10+
target/
11+
*coverage*
12+
*.swp
13+
AUTHORS
14+
ChangeLog
15+
.DS_Store
16+
.mypy_cache

0 commit comments

Comments
 (0)