diff --git a/.gitignore b/.gitignore index 25f5d34..7edd45c 100644 --- a/.gitignore +++ b/.gitignore @@ -17,11 +17,14 @@ ID __pycache__/ /build/ /dist/ +/*.egg /MANIFEST /README.html /pypi-server-standalone.py +/.project +/.pydevproject /.tox/ -/pypiserver.egg-info/ +/*.egg-info/ /.standalone/ /.coverage /htmlcov/ @@ -30,3 +33,4 @@ __pycache__/ /develop-eggs/ /eggs/ /parts/ +/.settings/