Initial commit for Health-API

This commit is contained in:
2026-03-26 18:53:32 +01:00
commit 279cb46f06
4 changed files with 92 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
ENV/
.env
.DS_Store
*.log