0d7395d05c
* 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>
31 lines
330 B
Plaintext
31 lines
330 B
Plaintext
# 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/
|
|
bindings/
|
|
.DS_Store
|
|
.mxproject
|
|
|
|
# Visual Studio Code
|
|
.vscode/
|
|
|
|
# legendary cmake's
|
|
build
|
|
CMakeLists.txt
|
|
firmware/targets/f2/CMakeLists.txt
|