__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.env
*.egg
.mypy_cache/
.ruff_cache/

.coverage
.pytest_cache/

# ASB target runtime artifacts (vendored aios/pyopenagi write these relative to
# the cwd a run is launched from; regenerated on every run, never versioned)
aios/
logs/
memory_db/
*context_restoration*

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

# superred 0.3.0 persists results by default; module test suites that drive a
# real Controller drop this next to the package. It is test debris, and leaving
# it in place makes the NEXT run resume from it and return kept tasks with no
# runs, which silently breaks end-to-end assertions.
superred-results/
