/target
/data
/mutants.out*
/node_modules
.DS_Store

# ADR evidence harnesses: full raw model responses are regenerable bulk
# output (the journaled 2 KiB excerpts in results/ are what gets committed)
adr/*/raw/
adr/*/__pycache__/

# SDK build/dev artifacts
sdk/**/node_modules/
sdk/**/dist/
sdk/**/.venv/
sdk/**/__pycache__/
sdk/**/*.egg-info/
sdk/**/.pytest_cache/
sdk/**/.mypy_cache/
sdk/**/.ruff_cache/
sdk/**/.stryker-tmp/
sdk/**/reports/
# `mutmut run`'s working copy of the source tree (see `[tool.mutmut]` in the
# SDK pyprojects); regenerated on every run, never committed.
sdk/**/mutants/

# SDK example artifacts (the examples workspace deliberately commits no
# lockfile: its SDK dependencies are file: paths into this repo)
examples/langchain/**/node_modules/
examples/langchain/package-lock.json
examples/langchain/.venv/
examples/langchain/**/__pycache__/
.taguru/
graphify-out/
