From 9078a01a99bdd8678ad314c4f93e739ce7a07393 Mon Sep 17 00:00:00 2001 From: Alexis Date: Sun, 22 Mar 2026 13:18:45 +0100 Subject: [PATCH] =?UTF-8?q?Eliminada=20cach=C3=A9=20de=20Python=20y=20a?= =?UTF-8?q?=C3=B1adido=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e327dab --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Caché de Python +__pycache__/ +*.py[cod] +*$py.class + +# Variables de entorno +.env + +# Configuraciones del editor +.vscode/ +.idea/ \ No newline at end of file