From e2114d053c9035befb187d6b7c6694e3adc39cd3 Mon Sep 17 00:00:00 2001 From: pietre Date: Sun, 2 Nov 2025 16:47:15 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ec63cd8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Python +__pycache__/ +*.pyc + +# Entorno virtual +.venv/ + +# Datos temporales +uploads/ + +# Config local (secrets) +.env +