__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg

# Virtual environments
.venv/
venv/

# IDE
.idea/
.vscode/
*.swp
*.swo

# State directory (local)
.fsq-mac/

# Config (user-specific)
src/fsq_mac/conf/appium_conf.json

# OS
.DS_Store
Thumbs.db

# Test artifacts
.pytest_cache/
.coverage
htmlcov/

# uv
uv.lock

# Runtime artifacts
artifacts/
log/

# QA screenshots
qa-screenshots/
