Skip to content

Commit 9c50ea6

Browse files
authored
Merge pull request #3 from siddacious/master
Initial working version
2 parents 61cbefd + c244388 commit 9c50ea6

File tree

5 files changed

+499
-2
lines changed

5 files changed

+499
-2
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
*.mpy
2+
.idea
3+
__pycache__
4+
_build
5+
*.pyc
6+
.env
7+
build*
8+
bundles
9+
*.DS_Store
10+
.eggs
11+
dist
12+
**/*.egg-info

0 commit comments

Comments
 (0)