Initial commit: freeze-watcher daemon, GUI, systemd unit, PKGBUILD

This commit is contained in:
luna 2026-05-10 20:56:19 -07:00
commit d41f861802
10 changed files with 655 additions and 0 deletions

14
.gitignore vendored Normal file
View file

@ -0,0 +1,14 @@
# Build artifacts
*.pkg.tar.*
*.tar.gz
src/pkg/
src/build/
# Editor
*.swp
*.swo
.DS_Store
# Python
__pycache__/
*.pyc