# Captured traffic & secrets — NEVER commit (contains real JWTs / cookies)
capture/captured/
capture/userdata/
capture/iso_profile/
capture/STOP
*.har
localstorage.json
token.txt
.env

# Python
.venv/
__pycache__/
*.pyc
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
