target/
project/target/
project/project/
.bsp/
.bloop/
.metals/
.idea/
.vscode/
*.log
.DS_Store
.env

# Local-only Claude settings
.claude/settings.local.json

# Kubernetes: never commit cluster credentials or rendered secrets
kubeconfig*
.kube/
*.secret.yaml
*.key
*.crt

# Python (the SDK under sdks/python)
__pycache__/
*.pyc
.venv/
*.egg-info/
sdks/python/src/ankka/_proto/
.pytest_cache/
.mypy_cache/

# Claude Code worktrees: other sessions' checkouts, never part of this one
.claude/worktrees/
