__pycache__/
*.py[cod]
.venv/
venv/
.env

# code-memory per-machine config (written by scripts/install.sh).
# Project-local toggles like CLAIMS_EXTRACTION belong here, not in git.
.code-memoryrc

dist/
build/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
data/
*.db
*.sqlite
.idea/
.vscode/
.DS_Store

# Node / OpenCode plugin
node_modules/
*.tsbuildinfo
