.venv/
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
build/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
.mypy_cache/
.tox/
*.egg

# Credential / capture artifacts (never commit)
session_keys.json
credentials*.json
*.har
