initial export

This commit is contained in:
devRaGonSa
2026-06-02 16:23:16 +02:00
commit 36ac12ac9f
305 changed files with 44726 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