# Local agent hook config (absolute paths to user-specific tooling).
.claude/
.codex/

# direnv local PATH setup (regenerated per checkout).
.envrc

# Python build / cache artifacts (Phase 4 O1 SDK + generated proto stubs).
__pycache__/
*.pyc
sdk/python/src/spendguard/_proto/spendguard/

# Terraform local state (Phase 4 O9).
terraform/**/.terraform/
terraform/**/.terraform.lock.hcl
terraform/**/terraform.tfstate
terraform/**/terraform.tfstate.backup

# mkdocs build output (Phase 4 O10).
docs/site/site/

# Phase 5 GA hardening: per-crate Rust build artifacts. Each
# services/<crate>/ standalone Cargo build pollutes the worktree
# when an operator runs `cargo test` outside Docker.
target/
services/*/target/
services/*/Cargo.lock
crates/*/target/
crates/*/Cargo.lock
benchmarks/*/target/
benchmarks/*/Cargo.lock
proto/google
*.swp
*.swo
.DS_Store

# D05 TS SDK substrate + pnpm workspace: ignore node_modules anywhere
# in the tree so per-package .gitignore files don't have to duplicate
# this rule (sdk/typescript/, docs/site-v2/, future packages).
# pnpm-lock.yaml is intentionally NOT ignored — workspace lockfiles
# are committed for reproducible CI per pnpm convention.
node_modules/

# M2 — local outreach list with personal contacts (template lives in outreach-list.template.md)
docs/launches/outreach-list.md

.ait/
