diff --git a/.gitignore b/.gitignore index a390eb9..252625b 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,6 @@ htmlcov # Ignore build results *.egg-info/ dist/ + +# Ignore stupid .DS_Store +.DS_Store