62 lines
615 B
Plaintext
62 lines
615 B
Plaintext
# Arduino build files
|
|
*.hex
|
|
*.eep
|
|
*.elf
|
|
*.map
|
|
|
|
# Arduino IDE files
|
|
*.ino.bak
|
|
*.ino.tmp
|
|
*~
|
|
|
|
# Build directory
|
|
build/
|
|
build-*/
|
|
|
|
# Compiled Object files
|
|
*.o
|
|
*.a
|
|
|
|
# Debugging files
|
|
*.log
|
|
*.txt
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# IDE specific files
|
|
.vscode/
|
|
.idea/
|
|
*.sublime-*
|
|
|
|
# Backup files
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
*.bak
|
|
|
|
# Arduino libraries (if using external libraries, uncomment as needed)
|
|
# libraries/
|
|
|
|
# Documentation build
|
|
docs/_build/
|
|
|
|
# Python (if using any Python tools)
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
venv/
|
|
env/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|