.gitignore 330 B

123456789101112131415161718192021222324252627282930
  1. # JetBrains IDEs
  2. .idea/
  3. # Python VirtEnvironments
  4. .env
  5. .venv
  6. env/
  7. venv/
  8. # Python Byte-compiled / optimized files
  9. __pycache__/
  10. *.py[cod]
  11. *$py.class
  12. .obj/
  13. target_lo/build/
  14. target_*/build/
  15. bindings/
  16. .DS_Store
  17. .mxproject
  18. # Visual Studio Code
  19. .vscode/
  20. # legendary cmake's
  21. build
  22. CMakeLists.txt
  23. firmware/targets/f2/CMakeLists.txt