From 9d02f1a160ade4b74d50f015590fdcbdc0de2fd2 Mon Sep 17 00:00:00 2001 From: Nery Benincasa <42608796@terciariourquiza.edu.ar> Date: Mon, 20 Apr 2026 21:14:22 -0300 Subject: [PATCH] Subida de .gitignore --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c3bd9e3 --- /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/