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

# Virtual environments
.venv/
venv/
env/

# uv
uv.lock

# Local secrets / environment
.env
.env.*
!.env.example

# Local ui-locator project (config + element map) used while developing.
# In a real automation repo you *would* commit .ui-locator/config.toml and
# .ui-locator/map/ -- here it is just scratch, and .env holds a live API key.
.ui-locator/

# Annotated output of --annotate, and local working screenshots
*_test.png
/screen.png

# Tooling
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/

# Editor / OS
.DS_Store
.vscode/
.idea/

# Models / data (local caches)
weights/
*.pt
*.safetensors
