This commit is contained in:
team3
2026-08-12 19:30:41 +02:00
commit 38d5a8cfae
30 changed files with 4157 additions and 0 deletions

9
.dockerignore Normal file
View File

@@ -0,0 +1,9 @@
.git
.env
data/
backend/.venv/
backend/static/
backend/horror.db
frontend/node_modules/
frontend/dist/
__pycache__/