From 6ee9d2429ce8b570eec76005ebaa2cb1c670dcec Mon Sep 17 00:00:00 2001 From: Luna Date: Sat, 4 Apr 2026 17:19:16 +0200 Subject: [PATCH] Add __pycache__/ to .gitignore and remove cached pyc file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 412c02b..84e3190 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .shsf.json -prompt.txt \ No newline at end of file +prompt.txt +__pycache__/