# User data (not shipped with repo — root-level only, not example/)
/meetings/
/memory/
kbx.toml

# Data (database, vectors, model cache)
data/

# Python
__pycache__/
*.pyc
*.pyo

# Virtual environment
.venv/

# macOS
.DS_Store

# Coverage
.coverage
htmlcov/

# Hypothesis
.hypothesis/

# Worktrees
.worktrees/
.mypy_cache/

# Planning docs — may reference internal detail; keep out of the public repo
docs/plans/

# Local PII denylist + local config (never committed to the public repo)
.pii-denylist
.config.toml
*.local.toml
