Ignore build folders

This commit is contained in:
Luke Murphy 2020-07-24 00:29:19 +02:00
parent 9bac67b52b
commit e8e7f54382
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
*.pyc *.pyc
*~ *~
build/
dist/