.venv/
__pycache__/
*.egg-info/
dist/
build/
*.pyc

# appium-pilot artifact output (when run from this dir)
/appium-pilot/

# test artifacts
.pytest_cache/
tests/_apps/

# editor
.vscode/
.idea/

# internal notes (not tracked)
/notes/
