/target/

# Local runtime configuration.
.env
.env.*
!.env.example

# Project-local dogfood/adoption state. These contain machine-local paths, grants,
# private source keys, local stores, and agent MCP config.
.dent8/
.dent8
.codex/
.cursor/
.grok/
.claude/*
!.claude/settings.json
/.mcp.json

# The CLI's default file-backed event log (DENT8_LOG) and authority registry (DENT8_AUTHORITY).
/dent8-log.jsonl
dent8-log.jsonl
/dent8-authority.json
dent8-authority.json

# Witness keys + signed-tree-head log (DENT8_WITNESS_KEY / DENT8_WITNESS_LOG).
dent8-witness.key
dent8-witness.key.pub
dent8-witness.jsonl

# The `dent8 export` default Parquet output (--features export).
/dent8-events.parquet
dent8-events.parquet

# Python bytecode (from running the example scripts / tooling).
__pycache__/
*.pyc

# Editor and OS noise.
.DS_Store
*.swp

# Python SDK build artifacts (sdks/python)
dist/
*.egg-info/

# TypeScript SDK build artifacts (sdks/typescript)
node_modules/
announcement-draft.md
