issue-70
main
Tests the dot path normalization fix end-to-end.
Gitea API rejects "." with HTTP 500 (malformed path component). When patterns-files is set to ".", normalize it to empty string before making the API call. Fixes #70