This commit is contained in:
2026-05-05 16:52:40 +02:00
commit bdb523d4b8
58 changed files with 8880 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
.env
**/.env
**/__pycache__/
**/*.pyc
**/.venv/
**/node_modules/
**/dist/
sop-back/data/
.DS_Store