feat: project skeleton with health endpoint

This commit is contained in:
Joseph Doherty
2026-04-26 11:23:38 -04:00
parent f0594c24d2
commit 4a60171035
7 changed files with 47 additions and 0 deletions
+6
View File
@@ -2,3 +2,9 @@
# v1 runtime data (DB, backups, snapshots, exports, config with secrets)
data/
# Python
.venv/
__pycache__/
*.pyc
.pytest_cache/