mitmproxy/.gitignore
Aldo Cortesi 0fa1280daa asyncio simplify: we don't need a queue for proxy->main loop comms
Instead, we just schedule coroutines directly onto the core loop.
2018-04-07 08:59:08 +12:00

30 lines
298 B
Plaintext

.DS_Store
MANIFEST
**/tmp
/venv*
*.py[cdo]
*.swp
*.swo
*.egg-info/
.coverage*
.idea
.cache/
.tox*/
build/
dist/
mitmproxy/contrib/kaitaistruct/*.ksy
.pytest_cache
__pycache__
# UI
node_modules
bower_components
*.map
sslkeylogfile.log
.tox/
.python-version
coverage.xml
web/coverage/
.mypy_cache/