first commit

This commit is contained in:
“matteoscrugli”
2025-12-07 20:51:41 +01:00
commit 8a8c8b922e
3 changed files with 788 additions and 0 deletions

61
.gitignore vendored Normal file
View File

@@ -0,0 +1,61 @@
# 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