Merge pull request #14 from stweil/gitignore

.gitignore: Ignore build directory
pull/15/head
Kai Labusch 7 months ago committed by GitHub
commit fa1c6b5aa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored

@ -1,3 +1,4 @@
/build
*.egg-info
__pycache__
tests/**/*.jpg

Loading…
Cancel
Save