# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
build/
dist/

# Node (web UI, milestone M7)
node_modules/
web/dist/

# Tooling / test artifacts
.pytest_cache/
.coverage
htmlcov/

# Environment and OS noise
.env
.DS_Store

# Generated by examples/diamond_eval.py
diamond_run.json
findings.md

# Working material — demo recordings, sprint notes, design docs, release
# drafts, experiment harnesses — lives in the private manage_agent_detective
# repository, not here. This repository is the product: code, and the
# documentation of code. The public record of a release is CHANGELOG.md.

# NOTE: uv.lock is intentionally committed for reproducible builds.
