From 9a5f3b8cf0b42102d9a739e7a9bd9a1fca0387a6 Mon Sep 17 00:00:00 2001
From: Oscar Najera <hi@oscarnajera.com>
Date: Fri, 1 Mar 2024 16:48:36 +0100
Subject: gitignore pycache

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

diff --git a/.gitignore b/.gitignore
index 1862e32..4c0318a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
 /elisp/*.elc
-/scratch/semgrep/__pycache__/
+__pycache__
-- 
cgit v1.2.3