estudiante-prueba-trabajo2304 #2

Open
estudiante.prueba wants to merge 3 commits from estudiante.prueba/ejercicio-forks-ramas-pr:estudiante-prueba-trabajo2304 into main
Showing only changes of commit ca5d2f5caa - Show all commits

19
.gitignore vendored Normal file
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/