Rewrite as Windows Wi-Fi monitor service

This commit is contained in:
2026-04-24 10:44:28 -04:00
parent 955e636d5f
commit 18cc9b6bab
15 changed files with 2190 additions and 539 deletions

28
.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
.venv/
venv/
env/
# uv
.uv-cache/
# Local configuration
config.yaml
# PyInstaller
build/
dist/
*.spec
# Logs and service output
*.log
logs/
# Windows
Thumbs.db
Desktop.ini