HexaWetter v1.2.0: Security, Admin, Radar, UI

This commit is contained in:
TheOnlyMace
2026-06-18 23:59:08 +02:00
parent 7ba9687619
commit 3589f7fdcf
72 changed files with 695 additions and 409 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# Secrets & local config
.env
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
# Runtime data
data/
# IDE / OS
.idea/
.vscode/
*.swp
.DS_Store