# PlatformIO .pio/ .pioenvs/ .piolibdeps/ # Build artifacts *.elf *.bin *.hex *.eep *.lss *.sym *.map # Object files *.o *.a *.so *.d # Precompiled Headers *.gch *.pch # Libraries .lib/ # IDE files .vscode/ .idea/ *.swp *.swo *~ # OS files .DS_Store Thumbs.db # PlatformIO project files .project .cproject .settings/ # Compiled source *.com *.class *.dll *.exe *.out *.app # PlatformIO debug files .debug/ .gdbinit # PlatformIO test files test/ # PlatformIO dependencies ~/.platformio/ # PlatformIO temporary files *.tmp *.log # PlatformIO package files *.pkg # PlatformIO library manager lib_deps_cache.json # PlatformIO environment .env # PlatformIO upload flags upload_flags.ini # PlatformIO extra scripts extra_scripts.py # PlatformIO board configuration board_*.json # PlatformIO platform configuration platform_*.json