daphne/.gitignore
Malyshev Artem 335cd1625e Correct benchmark test for recent channels version. (#487)
* Ignore Emacs backups.

* Do not override default websocket.connect handler.

Channels specification 1.0 requires that websocket.connect handler
returns meaningful message with {'accept': True} at least.

* Add rabbitmq channel layer settings.

* Add benchmark requirements in separate file.

* Add RabbitMQ infrastructure part.

* Adapt benchmark README for new docker layout.

* Adapt fabric deploy for new settings module.
2017-01-17 12:25:08 -08:00

16 lines
130 B
Plaintext

*.egg-info
dist/
build/
docs/_build
__pycache__/
*.sqlite3
.tox/
*.swp
*.pyc
.coverage.*
TODO
# IDE and Tooling files
.idea/*
*~