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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
.gitignore vendored Normal file
View File

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