Copyright etc

This commit is contained in:
2025-12-18 17:48:55 +11:00
parent d5f3d3ecbe
commit 3daf61d78a
5 changed files with 83 additions and 7 deletions

68
.gitignore vendored Normal file
View File

@@ -0,0 +1,68 @@
# PlatformIO
.pio
.pioenvs
.piolibdeps
.clang_complete
.gcc-flags.json
.ccls
compile_commands.json
# VSCode
.vscode/
!.vscode/extensions.json
.history/
# Build artifacts
*.o
*.a
*.hex
*.bin
*.elf
*.eep
*.lss
*.map
*.sym
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
*~
# IDEs
*.swp
*.swo
.idea/
*.sublime-project
*.sublime-workspace
.atom/
# Temporary files
*.tmp
*.bak
*.log
*~.nib
local.properties
# Arduino
*.ino.cpp
*.ino.hex
*.ino.elf
*.ino.eep
*.ino.map
# Dependencies
node_modules/
bower_components/
# Python (if using scripts)
__pycache__/
*.py[cod]
*.egg-info/
.Python
venv/
env/