Skip to content

Commit 00e1b22

Browse files
aficionadojaor
authored andcommitted
Initial revision
0 parents  commit 00e1b22

18 files changed

+1862
-0
lines changed

.gitignore

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.DS_Store
2+
*.pyc
3+
*.swl
4+
*.swm
5+
*.swn
6+
*.swo
7+
*.swp
8+
*.log
9+
*.log.*
10+
dist/
11+
.cache
12+
build
13+
*pip-log.txt
14+
*.egg-info
15+
*.egg
16+
*.coverage
17+

0 commit comments

Comments
 (0)