Skip to content

Commit b154166

Browse files
committed
Clase 11
1 parent ebdb87a commit b154166

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,3 +219,4 @@ __marimo__/
219219
Thumbs.db
220220
# Agregué este para que el reporte generado por mypy src --html-report mypy-report/ no se suba.
221221
mypy-report/
222+
*.prof

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dev = [
2929
"pytest-cov>=7.0.0",
3030
"pytest-xdist>=3.8.0",
3131
"ruff>=0.13.2",
32+
"snakeviz>=2.2.2",
3233
"types-requests>=2.32.4.20250913",
3334
]
3435

uv.lock

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)