Add .gitignore (#300)

This commit is contained in:
Mikko Gozalo
2022-03-21 05:10:02 +08:00
committed by GitHub
parent 48b2ef513f
commit 987cf89351

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
.idea/
KlipperScreen.conf
__pycache__/
*.py[cod]
*$py.class
dist/
build/
venv/