Estructura inicial del backend

This commit is contained in:
Panchito
2026-06-26 12:28:49 -05:00
commit c0ee88b153
62 changed files with 13144 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
.env
__pycache__/
*.pyc
*.xlsx
venv/
.venv/