Add build and dist to .gitignore (#22)
This commit is contained in:
parent
b808119a73
commit
d9ad225a51
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -16,6 +16,8 @@ config.yaml
|
|||
# Python
|
||||
__pycache__/
|
||||
*.egg-info/
|
||||
build/
|
||||
dist/
|
||||
|
||||
# Config file
|
||||
config.yaml
|
||||
|
|
Loading…
Reference in a new issue