.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/

# Claude Code local config
.claude/
CLAUDE.md

# Serena MCP local cache
.serena/

# internal notes (not tracked)
/notes/
