[gitignore] add build and dist folders

This commit is contained in:
2021-03-12 10:46:46 +01:00
parent 6524c6afde
commit 63ecf934e6
2 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
*.pyc
*__pycache__
resources.py
build
dist