zuul/.gitignore
Tobias Henkel 7fd7fa3f6f Ignore .mypy_cache
This folder is now generate by the mypy tests.

Change-Id: I90ba009e977df75f53904878ba4715c0be3b499f
2017-07-28 10:26:00 +02:00

20 lines
167 B
Plaintext

*.sw?
*.egg
*.egg-info
*.pyc
.idea
.mypy_cache
.test
.testrepository
.tox
.venv
.coverage
AUTHORS
build/*
ChangeLog
doc/build/*
zuul/versioninfo
dist/
cover/
htmlcov/