From 7b4d5af39b8e52afb5e17022511eeb804bbdb713 Mon Sep 17 00:00:00 2001 From: federico colome <28407382@terciariourquiza.edu.ar> Date: Fri, 24 Apr 2026 00:11:13 -0300 Subject: [PATCH 1/3] agrego gitignore y cambios en index --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2855fd9 --- /dev/null +++ b/.gitignore @@ -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/ \ No newline at end of file -- 2.49.1 From 243d4546892bf88ec4f8a8ca5934751201b33c3d Mon Sep 17 00:00:00 2001 From: federico colome <28407382@terciariourquiza.edu.ar> Date: Fri, 24 Apr 2026 00:14:15 -0300 Subject: [PATCH 2/3] cambios en index --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 6de662b..eed54af 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,6 @@