Add SQLite build script and CI workflow for automated releases

This commit is contained in:
eduard256
2026-03-23 15:40:06 +00:00
parent d255eeb067
commit 59f53d8903
3 changed files with 325 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Built artifacts (generated by scripts/build_sqlite.py)
cameras.db
# Python
__pycache__/
*.pyc
.venv/