# Node / Vite
node_modules/
dist/
.vite/
*.local

# Python / uv (backend)
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/

# Playwright (pytest)
/test-results/
/report/

# Local browser-e2e helper (scripts/browser_local.sh): clickhouse binary,
# data, logs, screenshots.
.cache/

# SPA bundle copied into the package by the release build (see publish.yaml)
backend/queryview/static/

# SQLite connection store (backend) + password-encryption key
backend/*.db
backend/*.db-*
backend/*.key

# Editor
.DS_Store
.idea/
.vscode/

# logs
*.log

# playwright
.playwright-mcp
