Initial commit: MVP tidtakingssystem

- Backend: FastAPI, EXIF-parser, EasyOCR, SQLite
- Frontend: React admin (startliste, passeringer, gjennomgang, resultater)
- Docker: docker-compose med depot/processed/data-volumer

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-20 15:01:33 +01:00
commit 330ba7a93d
35 changed files with 5038 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Data og bilder
data/
depot/
processed/
# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
# Node
frontend/node_modules/
frontend/dist/
# IDE
.idea/
.vscode/
*.swp