035f0c3268
Unless otherwise specified, `tools/run-mypy` will right now only check annotations in core files of the `zulip` package.
49 lines
528 B
Plaintext
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
|