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: # Python testing & linting:
build/ build/
dist/
venv/ venv/
.pytest_cache *.pytest_cache
.hypothesis *.hypothesis
.mypy_cache *.mypy_cache
*.egg-info
*.egg
__pycache__ __pycache__