diff --git a/.gitignore b/.gitignore index 99f9e62..e43cf58 100644 --- a/.gitignore +++ b/.gitignore @@ -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__ \ No newline at end of file