gitignore dist/

This commit is contained in:
Carl Beekhuizen 2020-05-25 15:02:44 +02:00
parent 09203cf80d
commit 23fdbdcd9e
No known key found for this signature in database
GPG Key ID: 8F29E54F49E7AAB5

9
.gitignore vendored
View File

@ -2,8 +2,11 @@ validator_keys
# Python testing & linting:
build/
dist/
venv/
.pytest_cache
.hypothesis
.mypy_cache
*.pytest_cache
*.hypothesis
*.mypy_cache
*.egg-info
*.egg
__pycache__