fix: sacar poetry.lock del gitignore y subirlo
Some checks failed
CI/CD Pipeline / test-and-lint (push) Successful in 26s
CI/CD Pipeline / publish-container (push) Has been cancelled
CI/CD Pipeline / publish-container (pull_request) Has been cancelled
CI/CD Pipeline / test-and-lint (pull_request) Has been cancelled

This commit is contained in:
2026-02-01 22:20:32 +00:00
parent d2d8546a42
commit 99d4d1b1e5
2 changed files with 674 additions and 1 deletions

1
.gitignore vendored
View File

@@ -2,7 +2,6 @@
__pycache__/
*.py[cod]
*$py.class
poetry.lock
# --- Distribución y Build ---
dist/
build/