X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=.gitignore;h=e96f4d8a66943ca7194e88e8c1901b8c5c3fce23;hb=e9c6bfab23b6ea879506ebc5931a50594f1f4afa;hp=91de4f27f3039daf559816497183bea79a7e9fa0;hpb=b920adf05c4a50033461f180bea8ea609910b46e;p=diaspy.git diff --git a/.gitignore b/.gitignore index 91de4f2..e96f4d8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,50 @@ docs/build/* */__pycache__/* __pycache__/* -*.pyc .env +check-*.py + +# Testing testconf.py TEST_COUNT +sketch.py + +# Private stuff +private.* + +*.py[cod] + +# C extensions +*.so + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg +lib +lib64 + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox +nosetests.xml + +# Translations +*.mo + +# Mr Developer +.mr.developer.cfg +.project +.pydevproject