node_modules/
dist/
*.tgz
.DS_Store
# Office lock files (Word/Excel/PowerPoint create these while a file is open)
~$*
.env.local
allure-results/
allure-report/
coverage/

.vercel

# Build artifacts
_site/
docs/assets/social-preview-candidates/
packages/contracts-workspace/schemas/

# Local test documents
tests/test_documents/

# Smoke test artifacts
.tmp-smoke/

# AI agent config
GEMINI.local.md
gemini-extension.local.json
.peer-review/

# Python virtual env
.venv/

# Git worktrees
.worktrees/

# Concerto codegen output (regenerated from .cto source)
concerto/generated/

# Hardening experiment journal (persists across git reverts)
.hardening-journal/

# Hardening output
.nvca-hardening-output/

# CI / test artifacts
artifacts/

# MCP bundle artifacts
*.mcpb
*.dxt
.env*.local
.env

# Word for Mac / Office lockfiles
~$*.docx
~$*.xlsx
~$*.pptx
