Initial commit

This commit is contained in:
2025-11-08 13:17:53 +01:00
commit 47aa23cabb
5 changed files with 76 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
# Build directories
build*/
build.clang/
build.gcc/
# SDK configuration
sdkconfig
sdkconfig.old
# Components
components/
managed_components/
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
# Cache
.cache/
# Temporary files
*.tmp
*.bak