node_modules/
.pnpm-store/
**/.astro/
**/.next/
**/.nuxt/
**/.output/
**/dist/
**/build/
**/coverage/
**/*.tsbuildinfo
**/.lighthouseci/
# Written per workspace by scripts/deps-graph-aliased.mjs and removed again on
# the way out; ignored so a crashed run cannot leave a tracked file behind.
**/.baseline-depcruise.tsconfig.json
**/.turbo/
.turbo/
.DS_Store
# CocoIndex Code (ccc)
/.cocoindex_code/
# Codegraph local index
/.codegraph/

# Serena (local tool state)
.serena/

target/

# eslint-suppressions.json is deliberately committed: it is the shared
# frozen baseline of pre-existing violations.

# Stryker's mutant sandbox and HTML report
.stryker-tmp/
reports/mutation/

# Python (packages/baseline-py, templates/python-package)
**/.venv/
**/__pycache__/
**/.pytest_cache/
**/.mypy_cache/
**/.ruff_cache/
**/*.egg-info/

# coverage.py writes its SQLite database beside the tests it measured.
.coverage
