python-zulip-api/.gitignore
derAnfaenger 035f0c3268 tools: Add mypy runner.
Unless otherwise specified, `tools/run-mypy` will right now only
check annotations in core files of the `zulip` package.
2017-09-15 13:24:20 +02:00

49 lines
528 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
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
# Ignore virtualenvs created by ./tools/provision
zulip-api-py*-venv
# Automatically generated MANIFEST.in in zulip_bots
zulip_bots/MANIFEST.in
# Bot configuration files
zuliprc
.zuliprc
flaskbotrc
.flaskbotrc
# mypy
.mypy_cache