listo ejercicio 1,2,3

This commit is contained in:
jose27124@gmial.com
2026-05-07 12:55:12 -03:00
parent 7a29f15ba3
commit dc4e58ad46
5 changed files with 113 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
# Python
__pycache__/
*.pyc
*.pyo
# Entorno virtual de Python
venv/
.venv/
env/
# Variables de entorno y configuración sensible
.env
# Sistemas operativos
.DS_Store # macOS
Thumbs.db # Windows
# Node.js (por si se utiliza npm en algún momento)
node_modules/