Initial commit: frontend + backend integration

This commit is contained in:
Ignacio
2025-12-29 18:12:32 +01:00
commit 2cd6d6b95c
146 changed files with 31503 additions and 0 deletions

13
backend/.dockerignore Normal file
View File

@@ -0,0 +1,13 @@
.venv
__pycache__
*.pyc
*.pyo
*.pyd
.git
.gitignore
test_results
dist
build
data/output
*.zip
.DS_Store