mitmproxy/.gitignore
2024-03-07 20:41:26 +00:00

35 lines
356 B
Plaintext

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