# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
dist/
build/

# Node / Next.js
node_modules/
.next/
out/
*.tsbuildinfo

# Local derived bundle state (never committed; excluded from pack)
.oknoll/

# Terraform
.terraform/
*.tfstate
*.tfstate.*
*.tfvars
!*.auto.tfvars.example
crash.log

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

# OS / editor
.DS_Store
.idea/
.vscode/

# Claude Code / agent tooling (local-only, never committed)
.claude/worktrees/
.claude/settings.local.json
.worktreeinclude

# Local agent planning state (plans, handovers, task memory) — never shared
.agents/
env.local.sh

# okb-pub-v1 reproduced bundle projects — local artifacts, rebuilt from pins
packages/eval/benchmarks/okb-pub-v1/handbook/
packages/eval/benchmarks/okb-pub-v1/ripgrep/
