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