.ait/

# AIT framework local hook config (absolute paths to user pipx venv).
.claude/
.codex/

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

# AIT per-session context file (regenerated each session).
.ait-context.md

# 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.
services/*/target/
services/*/Cargo.lock
proto/google
*.swp
*.swo
.DS_Store

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