Initial commit: VMail Manager Tool mit Argon2id Support

This commit is contained in:
root
2026-01-10 10:16:36 +01:00
commit f9c8c4e6c7
3 changed files with 246 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Python-Interne Dateien
__pycache__/
*.py[cod]
*$py.class
# Virtuelle Umgebung (Venv)
vmail-env/
venv/
env/
# Konfiguration (Enthält deine Passwörter!)
config.ini
# System-Dateien
.DS_Store
.idea/
.vscode/