# PlatformIO
.pio
.pioenvs
.piolibdeps
.clang_complete
.gcc-flags.json
.ccls
compile_commands.json

# VSCode
.vscode/
!.vscode/extensions.json
.history/

# Build artifacts
*.o
*.a
*.hex
*.bin
*.elf
*.eep
*.lss
*.map
*.sym

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
*~

# IDEs
*.swp
*.swo
.idea/
*.sublime-project
*.sublime-workspace
.atom/

# Temporary files
*.tmp
*.bak
*.log

# Arduino
*.ino.cpp

*.tar.gz
