feat(auth): add secure configuration and environment support

This commit is contained in:
admin.schubert 2026-07-02 14:20:08 +00:00
parent 56df3228a4
commit 6f7cae9e24
5 changed files with 82 additions and 6 deletions

21
backend/hermes/.gitignore vendored Normal file
View file

@ -0,0 +1,21 @@
# Python
__pycache__/
*.py[cod]
*.pyo
# Virtual Environment
.venv/
venv/
# Environment
.env
# Alembic
alembic/versions/__pycache__/
# IDE
.vscode/
.idea/
# macOS
.DS_Store