first commit

This commit is contained in:
2026-06-30 11:42:43 +03:00
commit 4925caa8e3
68 changed files with 1948 additions and 0 deletions

46
.gitignore vendored Normal file
View File

@@ -0,0 +1,46 @@
# OS files
.DS_Store
Thumbs.db
# Editor files
.vscode/
.idea/
*.swp
*.swo
*~
# Python
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
env/
# PlatformIO
.pio/
.pioenvs/
.piolibdeps/
libdeps/
# ESP-IDF / CMake build artifacts
build/
cmake-build-*/
sdkconfig.old
# Arduino / generic build artifacts
*.elf
*.bin
*.hex
*.map
*.o
*.a
# Logs and temporary files
*.log
*.tmp
*.bak
tmp/
temp/