make sure conda is deactivated!

uv init --name ggrep --package --app --build-backend hatch --python 3.13 ggrep

uv build
uv publish

uv run ggrep

uv add pytest --dev

uv run pytest

uv run ruff check

## Install nox so you can run it directly, without uv tool run nox
uv tool install nox


### Todo

1. Adjust col names Row and File in case they're already present
1. Write README
1. Allow for processing multiple Excel files into individual sheets
1. test unequal numbers of cols
