1
0
mirror of https://github.com/github/gitignore synced 2024-06-05 04:07:58 +02:00
gitignore/Python.gitignore
Reinout van Rees 3e00d905c3 Added nosetests.xml to the python unittest ignores.
nosetests.xml is created by the 'nose' test runner when you want xml output, for instance for integration with jenkins.
2011-09-09 12:32:11 +02:00

29 lines
246 B
Plaintext

*.py[co]
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
#Translations
*.mo
#Mr Developer
.mr.developer.cfg