add __pycache__ to gitignore now zmk contains python files

This commit is contained in:
Okke Formsma
2020-11-14 19:44:41 +01:00
committed by Pete Johanson
parent c067629c83
commit adfa46a9ee

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@
/zmk-config /zmk-config
/build /build
*.DS_Store *.DS_Store
__pycache__