19 lines
190 B
Plaintext
19 lines
190 B
Plaintext
# 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
|