__pycache__/
*.pyc
*.pyo
.env
*.egg-info/
dist/
build/
.venv/
venv/

# Terraform
.terraform/
*.tfstate
*.tfstate.*
*.tfplan
.terraform.lock.hcl

# VSCode
.vscode/
# Local key→identity map for tool-call analytics (contains cleartext emails)
key_identity.parquet
tool_calls.parquet

# Console SPA (docs/console-spec.md)
node_modules/
# Vite build output. Generated into the Python package by `npm run build` in
# console/web (and by the Dockerfile's node stage) — built in CI, never committed,
# so a stale bundle can't ship.
packages/cube-cloud/src/cube_cloud/console/static/

# macOS
.DS_Store

# Local telemetry exports — prod tool-call data (key_id hashes, user_email_hash).
# Never commit these.
dashboard_data.csv
*.tool-calls.csv
