add __pycache__ to gitignore now zmk contains python files

This commit is contained in:
Okke Formsma 2020-11-14 19:44:41 +01:00
parent 2e8a245985
commit dd0cb62bd0

1
.gitignore vendored
View file

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