# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.pytest_cache/
.venv/
venv/
# Phase 8 capture environments. Frameworks and instrumentation layers are
# third-party code installed only to run the capture harnesses; the exact
# versions are recorded in each capture_metadata.json, never vendored here.
.venv-layers/
.mypy_cache/
.ruff_cache/

# OS / editor
.DS_Store

# B1/B2 guard: nothing from the private engine repo may ever be staged.
# These patterns catch accidental copies or symlinks named after it.
agent-recon/
**/agent_recon/
**/who_and_when/

# Phase 8: captured framework traces, if they prove large (brief §Phase 2.1).
# Decision recorded in survey/RESULTS.md limitations if enabled.
# survey/traces/
