mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 23:09:44 +00:00
b0c90cc64f
This allows us to run e.g. tests in a different python version: $ venv3/bin/py.test test/netlib/test_tcp.py
20 lines
146 B
Plaintext
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
|