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

15
backend/.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.log
.env
.venv
venv/
env/
.idea/
.vscode/
.ipynb_checkpoints/
dist/
build/
*.egg-info/