aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 7c98754caebfa6b7388449c77abcebedbc982c29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
__pycache__/
*.pyc
*.egg-info/
dist/
.venv/
*.env
.agents/tmp/
test/captures/
test/data/
data/mitmproxy-ca*
data/mitmproxy-dhparam.pem
ref