# Tell GitHub's linguist (and thus PR diffs) that this is a generated file, so it's
# collapsed by default in PRs instead of dominating the diff every time a dependency
# changes. merge=ours keeps our side on conflict instead of trying to line-merge a
# huge generated lockfile -- pixi.lock gets regenerated by `pixi install`/`pixi update`
# anyway, so a hand-merged version would just be replaced.
pixi.lock merge=ours linguist-generated=true

# Don't let notebook JSON dominate GitHub's per-repo language statistics.
*.ipynb linguist-detectable=false
