X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=.gitignore;h=e96f4d8a66943ca7194e88e8c1901b8c5c3fce23;hb=e9c6bfab23b6ea879506ebc5931a50594f1f4afa;hp=87538bdbbec9e2d0edfd9fa8c7d9a1d8142b1e71;hpb=54aa5ef99a7ae23544a3a840616bdeffb4837636;p=diaspy.git diff --git a/.gitignore b/.gitignore index 87538bd..e96f4d8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,10 +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