Skip to content

Commit 42f8205

Browse files
committed
Initial version that will fail tests
0 parents  commit 42f8205

16 files changed

+1287
-0
lines changed

.gitignore

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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
13+
.vscode

0 commit comments

Comments
 (0)