From d88281a38637d3798b2898c047070a4803253082 Mon Sep 17 00:00:00 2001 From: johannes Date: Tue, 20 Jun 2023 14:12:31 +0200 Subject: [PATCH] Ignore .pyc files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3ec7c0c..456143e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ testresults.txt /log /local *.bak +*.pyc +