### Issues - [X] I have checked [existing issues](https://github.com/pysan3/pathlib.nvim/issues?q=is%3Aissue) and there are no existing ones with the same request. ### Feature description Ignore empty strings when passed to `Path(...)` or `path / ...`. So... ```lua Path.cwd() / "" / "" / "test.lua" == Path.cwd() / "test.lua" Path("foo", "", "", "bar") == Path("foo/bar") ``` ### Help Yes ### Implementation help _No response_