| 123456789101112131415161718192021222324252627282930 |
- # 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
|