From 314568fa89d7f1ffed4b1c81b8b76f1222982ffd Mon Sep 17 00:00:00 2001 From: David Itehua Xalamihua Date: Fri, 6 Jun 2025 13:13:45 -0600 Subject: [PATCH] =?UTF-8?q?prueba=20cambio=20de=20una=20secci=C3=B3n=20des?= =?UTF-8?q?de=20trabajo=20aem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8a6db69 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.venv +venv + +/cache/ +!/cache/.gitkeep + +/static/uploads/ +!/static/uploads/.gitkeep