# Sensitive credentials - never commit
secrets.h

# Arduino build artifacts
build/
*.bin
*.elf
*.map
firmware_build/

# Python cache
__pycache__/
*.pyc
*.pyo

# OS files
.DS_Store
Thumbs.db
