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/

# OpenSpec private drafts (local brainstorming only)
openspec/private/*
!openspec/private/.gitkeep
!openspec/private/README.md
.vercel

# Build artifacts
_site/
docs/assets/social-preview-candidates/
site/docs/*.md
site/downloads/
site/schemas/
site/_data/changelog.json
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

# 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/
integration-tests/OPENSPEC_TRACEABILITY.md

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

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