diff --git a/.gitignore b/.gitignore index 73136995..8fdc1a2a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,11 @@ django_facebook.egg-info/ *.pyc *.pyo +# distutils / setuptools +*.egg-info +build/ +dist/ + # Appengine autogenerated crap bulkloader-* @@ -33,4 +38,4 @@ html htmlcov # But allow the gitignore file -!.gitignore \ No newline at end of file +!.gitignore