diff --git a/.gitignore b/.gitignore index 2930ebb..a390eb9 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,7 @@ __pycache__ # Ignore coverage reports .coverage htmlcov + +# Ignore build results +*.egg-info/ +dist/