Initial code with Python stubs for Lego Spike API, Go Robot Code and an example how to structure our code

This commit is contained in:
Lars Haferkamp 2023-02-14 17:43:41 +01:00
commit a58ba5fd6d
18 changed files with 4561 additions and 0 deletions

27
.gitignore vendored Normal file
View file

@ -0,0 +1,27 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST