python-zulip-api/.gitignore
Rohitt Vashishtha 0efc7a9488 tools/deploy: Add script to deploy bots on a remote bot server.
This script interfaces with a Zulip Botfarm - a flask server that wraps
docker and runs Zulip bots using the docker engine. This allows for
remotely hosting bots for better uptime, and reduces the configuration
steps needed for safely hosting a bot online.
2018-03-09 06:49:19 -05:00

51 lines
570 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
sdist
develop-eggs
.installed.cfg
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
htmlcov/
# 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
# zip files for bot deployment
.bots