mitmproxy/.gitignore
Thomas Kriechbaumer b0c90cc64f add a py3 venv in dev environment
This allows us to run e.g. tests in a different python version:
$ venv3/bin/py.test test/netlib/test_tcp.py
2016-05-25 20:42:42 +02:00

20 lines
146 B
Plaintext

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