HexaWetter v1.2.0: Security, Admin, Radar, UI
All checks were successful
CI / api-check (push) Successful in 20s
CI / frontend-check (push) Successful in 6s

This commit is contained in:
TheOnlyMace
2026-06-18 23:59:08 +02:00
parent 3ebdc96381
commit 5a08d4c4ac
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