From adfa46a9eebb502b2d6fa13ef7e405ff91a7e205 Mon Sep 17 00:00:00 2001
From: Okke Formsma <okke@formsma.nl>
Date: Sat, 14 Nov 2020 19:44:41 +0100
Subject: [PATCH] add __pycache__ to gitignore now zmk contains python files

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

diff --git a/.gitignore b/.gitignore
index 8a06510d..93c801d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /zmk-config
 /build
 *.DS_Store
+__pycache__
\ No newline at end of file