Add build and dist to .gitignore (#22)

This commit is contained in:
Jason Robinson 2020-12-15 00:39:03 +02:00 committed by GitHub
parent b808119a73
commit d9ad225a51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.gitignore vendored
View file

@ -16,6 +16,8 @@ config.yaml
# Python
__pycache__/
*.egg-info/
build/
dist/
# Config file
config.yaml