diff --git a/.gitignore b/.gitignore index cd34636..73a9725 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +django_axes.egg-info *.pyc build +dist .hg diff --git a/.hgignore b/.hgignore index 34d9006..ded44a2 100644 --- a/.hgignore +++ b/.hgignore @@ -1,5 +1,7 @@ syntax: glob +django_axes.egg-info *.pyc build +dist *.swp .git