diff --git a/.gitignore b/.gitignore index fb0464e75..2cc389249 100755 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,17 @@ -*.pyc -__pycache__ -MANIFEST -build -dist -setuptools-* -*.so *.egg *.egg-info -nohup.out +*.pyc +*.so .coverage +.pytest_cache +.tox +__pycache__ +build coverage.xml +dist +examples/frameworks/django/testing/testdb.sql examples/frameworks/pylonstest/PasteScript* examples/frameworks/pylonstest/pylonstest.egg-info/ -examples/frameworks/django/testing/testdb.sql -.tox +MANIFEST +nohup.out +setuptools-*