# scratch + artifacts
client/output/
service/queue.sqlite*
**/*.png
**/__pycache__/
*.pyc

# venvs
**/.venv/
client/console-tray/.venv/

# node / bun
node_modules/
mcp/node_modules/

# terraform local state (canonical IaC lives in uvlava, not here)
**/.terraform/
**/.terraform.lock.hcl
*.tfstate
*.tfstate.*

# secrets / env
.env
*.token
*_known
