From 821a68b4ddac6506ce5770f60caaa9a04c962ff4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez=20Lorenzo?=
 <jesusperezlorenzo@rigzin.local>
Date: Mon, 27 Jan 2025 06:53:28 +0000
Subject: [PATCH] chore: ignore __pycache__

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 82e245b..ab3447b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ workspace.code-workspace
 .VSCodeCounter
 wrks
 tmp
+__pycache__