.gitignore 337 B

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