node_modules/
dist/
*.tsbuildinfo
.env
.env.local

# Python (uv workspace under python/)
.venv/
__pycache__/
*.egg-info/
.pytest_cache/
.ruff_cache/
build/
*.pyc

# Debug logs
*.log

# Harness sandbox dirs
.sandbox/

# Staged install-surface repo contents (see scripts/sync-install-surfaces.mjs)
.install-surfaces/

# Local dev environment (local Ory stack + Verdaccio registry)
.ory-dev/

# Worktrees for changes
.worktrees/
.claude/worktrees/

# Gemini CLI extension assets — materialized at install time from
# @ory/argus templates. The repo source is the canonical templates;
# these subdirs are generated wherever the install runs.
packages/gemini-cli/gemini-extension/skills/
packages/gemini-cli/gemini-extension/commands/
