Initial commit
This commit is contained in:
commit
39bf5f731e
10 changed files with 806 additions and 0 deletions
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# PlatformIO
|
||||
.pio/
|
||||
.vscode/
|
||||
.pioenvs/
|
||||
.piolibdeps/
|
||||
.clang_complete
|
||||
.gcc-flags.json
|
||||
|
||||
# Build artifacts
|
||||
*.bin
|
||||
*.elf
|
||||
*.map
|
||||
|
||||
# IDE files
|
||||
.vscode/
|
||||
*.code-workspace
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.temp
|
||||
|
||||
#Claude code
|
||||
.Claude
|
||||
Loading…
Add table
Add a link
Reference in a new issue