__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
.env
*.egg
.mypy_cache/
.ruff_cache/
.coverage
coverage.json
.pytest_cache/
.hypothesis/
.mutmut-cache

# superred run artifacts. Persistence is ON by default and writes here.
# These trees contain un-scrubbed red-teaming trajectories (jailbreaks,
# planted secrets, exfiltrated content) — treat as sensitive, never commit.
superred-results/

# Local AI-agent steering pointers (machine-local, not versioned)
CLAUDE.md
AGENTS.md
