From 77f85722083f1bb9bfbf04b292a3411da69242e3 Mon Sep 17 00:00:00 2001 From: agatha Date: Sun, 3 Aug 2025 12:39:08 -0400 Subject: [PATCH] chore: update .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 0e70e19..1a86a4e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ venv/ download_history.json patches/ patched/ +__pycache__/ +*.py[cod]