Merge origin/development into fix/bug-pedimento

This commit is contained in:
2026-02-26 12:27:02 -06:00
41 changed files with 3281 additions and 298 deletions

7
.gitignore vendored
View File

@@ -1,5 +1,6 @@
# Python
__pycache__/
.mypy_cache/
*.py[cod]
*$py.class
*.so
@@ -48,13 +49,15 @@ logs/
*.sqlite3
# Testing
backend/app_data/
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/
backend/app_data/
# Node (para frontend)
node_modules/
**/node_modules/
**/.svelte-kit/
.npm
.yarn