feat: stage0 — init Python package, FastAPI health endpoint, tests

This commit is contained in:
Yuzviak
2026-03-22 22:10:09 +02:00
parent 6a48dd29fd
commit 6ba883f4d6
6 changed files with 124 additions and 0 deletions
+25
View File
@@ -1,2 +1,27 @@
# OS
.DS_Store
.idea
.vscode
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
.venv/
.ruff_cache/
# Secrets
.env
.env.*
# Data & Models (large files, local only)
data/
weights/
# Database
*.db
*.sqlite3
# Tile cache
tile_cache/