mitmproxy/.gitignore
Aldo Cortesi d742d4fb8c Replace configargparse with argparse, enable new options loading
This commit ditches configargparse and enables the new config file format. The
default location is ~/.mitmproxy/config.yaml. Unifying all of the various
Options objects will follow in the next patch.
2016-12-08 10:21:06 +13:00

22 lines
173 B
Plaintext

.DS_Store
MANIFEST
**/tmp
/venv*
*.py[cdo]
*.swp
*.swo
*.egg-info/
.coverage*
.idea
.cache/
.tox*/
build/
# UI
node_modules
bower_components
*.map
sslkeylogfile.log
.tox/