__pycache__/
*.py[cod]
.venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
*.egg-info/
dist/
build/
.coverage
htmlcov/
.env
.artifacts/
vendor/wda/*.app/
vendor/wda/*.ipa

# WebDriverAgent checkout and build products (rebuild with scripts/prepare_wda.sh)
vendor/wda/WebDriverAgent/
vendor/wda/DerivedData/
vendor/wda/*.xctestrun

# Personal, machine-local Claude Code settings
.claude/settings.local.json
