Skip to content

Commit 7c76182

Browse files
committed
Initial commit
0 parents  commit 7c76182

2 files changed

Lines changed: 580 additions & 0 deletions

File tree

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.DS_Store
2+
3+
.git
4+
.hg
5+
.svn
6+
7+
*.pyc
8+
*.pyo
9+
*.o
10+
11+
*.egg-info
12+
build
13+
dist

0 commit comments

Comments
 (0)