first commit

This commit is contained in:
2026-03-06 22:19:58 +07:00
commit 9771033418
13 changed files with 2141 additions and 0 deletions

35
.gitignore vendored Normal file
View File

@@ -0,0 +1,35 @@
# ── Python ──
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
dist/
build/
*.egg
# ── Virtual Environment ──
venv/
.venv/
env/
# ── IDE ──
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# ── PyInstaller Build ──
dist/
build/
*.spec
# ── Logs ──
*.log
flash_log.txt
# ── Firmware files (optional, uncomment if needed) ──
# *.bin
# *.hex
# *.uf2