Add initial project structure with Dockerfile, Kubernetes manifests, and FastAPI application

This commit is contained in:
2026-06-09 10:14:55 +02:00
commit a2b21cc9d3
8 changed files with 121 additions and 0 deletions

6
.dockeringore Normal file
View File

@@ -0,0 +1,6 @@
__pycache__/
*.pyc
.env
.git/
*.md
k8s/