From 8accd225c3350921d1b502d371e9766263b87b46 Mon Sep 17 00:00:00 2001
From: Thomas Juerges <4-jurges@users.noreply.git.astron.nl>
Date: Thu, 25 Feb 2021 17:44:14 +0100
Subject: [PATCH] Ignore byte-compiled Python files

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 1c22f2270..c7e2b6477 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 **/.idea
 **/.DS_Store
 **/__pycache__
+**/*.pyc
 **/env
 **/vscode-server.tar
 **/.project
-- 
GitLab