# Build output
bin/
obj/

# Per-run artifacts (regenerated by run-ui-tests.ps1)
TestResults/
page-source.xml

# Verify-test artifacts: keep *.verified.png (the baselines) but never commit
# the .received.png that only appears on a baseline mismatch -- those are
# meant for local review, not history.
*.received.png

# Appium server stdout/stderr captured by run-ui-tests.ps1
appium.stdout.log
appium.stderr.log

# Visual Studio user-specific
*.user
*.suo
.vs/
