Initial scaffold: FastAPI micro-service with Docker, SQLite, tests

This commit is contained in:
founder
2026-06-05 02:45:49 +02:00
commit 350143ceb4
16 changed files with 460 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
env/
# Data
data/
*.db
*.sqlite3
# IDE
.vscode/
.idea/
*.swp
*.swo
# Docker
.dockerignore
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example