diff --git a/.gitignore b/.gitignore index 033f8097..0000a13f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ -*.pyc -# python packaging artifacts -*.egg-info -/build/ -/dist/ +*~ +*.py[co] +# Packages +*.egg +*.egg-info +dist +build