Basic fastapi setup

This commit is contained in:
Marty Oehme 2025-06-05 15:01:39 +02:00
commit 68ef1de2e4
Signed by: Marty
GPG key ID: 4E535BC19C61886E
6 changed files with 712 additions and 0 deletions

10
.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv