From 274a53538d0b95408d236a7e259db96dde7e4dcf Mon Sep 17 00:00:00 2001 From: Geronimo Hidalgo <45217034@terciariourquiza.edu.ar> Date: Tue, 19 May 2026 17:09:49 -0300 Subject: [PATCH] Agregue el git ignore --- .gitignore | 19 +++++++++++++++++++ index.html | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..75c8213 --- /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/ diff --git a/index.html b/index.html index 6de662b..ca50fe0 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,6 @@

Deportes favoritos

@@ -26,7 +25,7 @@
@@ -36,6 +35,7 @@
  • Leer
  • Programar
  • Escuchar música
  • +
  • Jugar Videojuegos