initial export

This commit is contained in:
devRaGonSa
2026-06-04 09:26:38 +02:00
commit 6f0a781fb8
309 changed files with 45497 additions and 0 deletions

11
backend/.dockerignore Normal file
View File

@@ -0,0 +1,11 @@
.git
.gitignore
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
data/*.sqlite3
data/snapshots/**
!data/.gitkeep
!data/snapshots/.gitkeep