mitmproxy/.gitignore
2017-05-26 16:14:20 +02:00

27 lines
266 B
Plaintext

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