Initial commit

This commit is contained in:
arofarn
2021-06-28 11:49:18 +02:00
parent 7698e7ff5c
commit e5694c0386
32 changed files with 1743 additions and 3 deletions

18
.gitignore vendored Normal file
View File

@ -0,0 +1,18 @@
# SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries
#
# SPDX-License-Identifier: Unlicense
*.mpy
.idea
__pycache__
_build
*.pyc
.env
.python-version
build*/
bundles
*.DS_Store
.eggs
dist
**/*.egg-info
.vscode