From b6f5a19355c38dd6b5027c476d2a92ed9dc9ae66 Mon Sep 17 00:00:00 2001 From: Agustin Lautaro Moneta <46840139@terciariourquiza.edu.ar> Date: Thu, 7 May 2026 21:42:14 -0300 Subject: [PATCH] Se agrego el .gitignore --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..560dd6c --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +__pycache__/ +*.pyc +*.pyo + +venv/ +.venv/ +env/ + +.env + +.DS_Store # macOS +Thumbs.db # Windows + +node_modules/ \ No newline at end of file