mitmproxy/.gitignore

31 lines
307 B
Plaintext
Raw Normal View History

2016-02-15 14:43:59 +00:00
.DS_Store
MANIFEST
**/tmp
/venv*
2016-02-15 14:43:59 +00:00
*.py[cdo]
*.swp
*.swo
*.sqlite
2016-02-15 14:43:59 +00:00
*.egg-info/
2016-08-18 15:27:20 +00:00
.coverage*
2016-02-15 14:43:59 +00:00
.idea
.cache/
.tox*/
2016-02-27 13:26:54 +00:00
build/
2018-01-25 15:07:09 +00:00
dist/
2017-04-16 13:05:58 +00:00
mitmproxy/contrib/kaitaistruct/*.ksy
2018-02-23 23:16:31 +00:00
.pytest_cache
__pycache__
2016-02-15 14:43:59 +00:00
# UI
node_modules
bower_components
*.map
2016-05-28 20:16:35 +00:00
sslkeylogfile.log
2016-05-29 17:11:31 +00:00
.tox/
.python-version
2017-01-23 21:53:56 +00:00
coverage.xml
web/coverage/
2017-05-26 14:14:20 +00:00
.mypy_cache/