__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/

.venv/
.env
.env.*
!.env.example

.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

*.log
*.har
*.pcap
*.mitm

