added self sign up and email verification

This commit is contained in:
RubenRWU
2026-03-09 13:31:30 +01:00
commit f38dde8188
6 changed files with 2119 additions and 0 deletions

38
.gitignore vendored Normal file
View File

@@ -0,0 +1,38 @@
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
# Virtual Environment
.venv/
venv/
env/
# Environment / Secrets
.env
# Projektdaten (Uploads & Transkripte mit persönlichen Daten)
data/
output/
# Große Binärdateien
*.tar.xz
*.tar.gz
*.zip
# IDE
.idea/
.vscode/
*.iml
# Linter / Tool Caches
.ruff_cache/
.mypy_cache/
.pytest_cache/
# Build
dist/
build/
*.egg-info/