# Secrets — never commit
.env
.env.*
*.key
grendel.local.yaml

# Per-user working config at the repo root (has local paths/targets); the tracked example is
# examples/grendel.example.yaml.
/grendel.yaml

__pycache__/
*.egg-info/
.pytest_cache/
.ruff_cache/
runs/
venv/
.venv/
build/
dist/

# Imported open-corpus catalog — regenerated with one `grendel import` (not committed;
# may include toxicity prompts). Wire it via catalog.pack_dirs / --pack-dir.
catalog/
