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
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

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