[WIP] Flipper Devtool (#113)
* FLPv0.1 on Python; File transfer is working. * FLPv0.1 on Python; .gitignore fixes. * Update protocol to latest version; change interface to OOP Co-authored-by: Daniel Solmann <DanGSun@yandex.ru> Co-authored-by: coreglitch <mail@s3f.ru>
This commit is contained in:
17
.gitignore
vendored
17
.gitignore
vendored
@@ -1,4 +1,19 @@
|
||||
# JetBrains IDEs
|
||||
.idea/
|
||||
|
||||
|
||||
# Python VirtEnvironments
|
||||
.env
|
||||
.venv
|
||||
env/
|
||||
venv/
|
||||
|
||||
|
||||
# Python Byte-compiled / optimized files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
.obj/
|
||||
target_lo/build/
|
||||
target_*/build/
|
||||
@@ -13,5 +28,3 @@ bindings/
|
||||
build
|
||||
CMakeLists.txt
|
||||
firmware/targets/f2/CMakeLists.txt
|
||||
|
||||
*.pyc
|
Reference in New Issue
Block a user