From c4b73e1a9f79fdc72a2c06001932718314772b65 Mon Sep 17 00:00:00 2001 From: Klaas <kliffen@astron.nl> Date: Wed, 31 Aug 2022 16:00:48 +0200 Subject: [PATCH] Ignore *.pyc files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 29678ee..f338579 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ dist/* *.egg-info +*.pyc -- GitLab