chore: import local project into Gitea

This commit is contained in:
2026-05-20 10:02:48 -07:00
commit 397c0e44b0
14 changed files with 4658 additions and 0 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# OS / tooling
.DS_Store
Thumbs.db
# Editors
.cursor/
.vscode/
# Secrets
.env
.env.*
!.env.example
!.env.template
sdkconfig
sdkconfig.old
# Python
__pycache__/
*.py[cod]
.venv/
venv/
# Node / frontend
node_modules/
dist/
# ESP-IDF / embedded build output
build/
managed_components/
dependencies.lock
# Logs
*.log