31 lines
321 B
Plaintext
31 lines
321 B
Plaintext
# Arduino build artifacts
|
|
build/
|
|
*.bin
|
|
*.elf
|
|
*.map
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.bak2
|
|
*~
|
|
|
|
# macOS
|
|
.DS_Store
|
|
._*
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.sublime-*
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.log
|
|
|
|
# Secrets (in case someone accidentally commits credentials)
|
|
secrets.h
|
|
config_local.h
|
|
|
|
# Internal backlogs (not for public repo)
|
|
BACKLOG_*.md
|