From dd0cb62bd080485585ef0ab13afab72b7dec7580 Mon Sep 17 00:00:00 2001 From: Okke Formsma 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