# Python / uv
__pycache__/
*.pyc
.venv/

# App data
*.db

# QA / playwright artifacts (keep these OUT of the repo; use /tmp instead)
.playwright-cli/
*.png

# Node / Vite
node_modules/
dist/

# OS / editor
.DS_Store
