Initial FastAPI face-lock scaffold

This commit is contained in:
2026-04-11 16:32:26 +02:00
commit 660ce4e7cc
9 changed files with 306 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
__pycache__/
*.pyc
.venv/
.env
.pytest_cache/
.coverage
htmlcov/