From 1d7c9233527974f1bfd8db7e0027d5871911b997 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 11 Nov 2023 23:34:47 +0100 Subject: [PATCH] chore: add python cache to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7efbe8c..9f411e2 100755 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ programs/bin/ *.o *.bin *.dat + +__pycache__/ -- 2.48.1