# Build artifacts that must never be committed
services/tokamak/tools/tokamak/tokamak
apps/tokamak-web/.tanstack/
services/tokamak/tests/e2e/playwright/playwright-report/
services/tokamak/tests/e2e/playwright/test-results/

# Kubernetes secret overrides (tokamak helm chart)
infra/k8s/**/values-*.local.yaml
infra/k8s/**/secrets.yaml
infra/k8s/**/*-secret.yaml.local

# Helm-resolved chart dependency archives (regenerated by `helm dependency build`)
# Source of truth is Chart.yaml + Chart.lock; the .tgz files are reproducible artifacts.
infra/k8s/**/charts/*.tgz

# E2B template build artifacts (prebuilt Tokamak CLI binaries)
infra/e2b/**/tokamak-linux-x64

# Local LiveKit config — copy from .example, edit for your LAN setup.
# Tracked file is livekit.local.yaml.example; the .yaml is per-developer.
infra/docker/rcs-stack/livekit.local.yaml
# Per-developer env files in the rcs-stack (e.g. .uranus.env holds the
# locally-created robot id passed via --env-file). Not secrets, but host-local.
infra/docker/rcs-stack/.uranus.env
# Legacy path (was tracked before #124's reorg; ignore so stale local-dev edits don't surface)
services/rcs/livekit.local.yaml
services/rcw/livekit.local.yaml


# Dependencies
node_modules/

# Environment / secrets
.env
.env.*
!.env.example

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Build output
dist/
build/

# OS files
.DS_Store
Thumbs.db

# Editors / IDEs
.vscode/
.idea/
*.swp

# Claude Code per-developer settings + runtime state
.claude/

# Python
*.pyc
__pycache__/
*.pyo

# Test coverage
coverage/
.nyc_output/

# Caches / temp
.cache/
tmp/

# Python egg metadata (generated by setuptools/pip install -e)
*.egg-info/

# Claude Code superpowers plan artifacts
docs/superpowers/
