This commit is contained in:
2025-12-15 11:42:17 +01:00
commit fdb302337b
33 changed files with 5004 additions and 0 deletions

7
backend/.dockerignore Normal file
View File

@@ -0,0 +1,7 @@
.venv
__pycache__
.pytest_cache
.ruff_cache
*.pyc
.env
.env.*