# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
*.egg-info/
dist/
build/

# Virtual environments
.venv/

# OS
.DS_Store
Thumbs.db

# Test artifacts
*.apk
*_report.json
*_report.html

# uv.lock is committed (reproducible builds)
# .venv is NOT committed
