Initial commit: GPIO monitoring server

This commit is contained in:
Maxim
2026-04-30 22:06:05 +03:00
commit 3b2a257c2b
8 changed files with 382 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
# Бинарные файлы (скомпилированные программы)
gpio-monitor-server
progress-server
*.exe
*.exe~
*.dll
*.so
*.dylib
# Тестовые бинарники
*.test
# Результаты тестов с покрытием
*.out
# Зависимости
vendor/
# Файлы IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Системные файлы
.DS_Store
Thumbs.db
# Временные файлы
tmp/
temp/