# PlatformIO Build Environments .pio/ .pioenvs/ # PlatformIO Library Dependencies .piolibdeps/ # Clang Complete files (if used for IntelliSense) .clang_complete gcc-flags.json # VS Code specific files (if using VS Code) .vscode/ # Other common ignored files *.o *.elf *.bin *.hex *.map *.lst .DS_Store # macOS specific Thumb.db # Windows specific # Build artifacts cmake-build-debug/ cmake-build-release/ *.o *.obj *.exe *.dll *.so *.a *.lib # CLion specific files .idea/workspace.xml .idea/user.prefs .idea/vcs.xml .idea/misc.xml .idea/*.iml .idea/*.xml # Other temporary files *.log *.swp *~