Issue Description
Codebase Indexing never ends
Steps to Reproduce
just open one git repository:
Python files (.py): 1650
C# files (.cs): 4145
Total: 5795
and here is my .qoderignore(please note: delete the .qoderignore make no differences):
# Specify files or folders to ignore during indexing. Use commas to separate entries. Glob patterns like *.log,my-security/ are supported.
# Ignore everything
*
# But keep .gitignore itself
!.gitignore
# Allow Python and C# files
!*.py
!*.cs
Expected Behavior
done Building codebase index
Actual Behavior
always show `Building codebase index…
Screenshots / Screen Recordings
Operating System
Win 11, x64
Current Qoder Version (Menu → About Qoder → Copy)
Version: 1.100.0
Commit: dfb66331a59270f1c56eae9e5d252fc321af0cbc
Date: 2025-08-21T04:56:19.643Z
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Qoder/0.1.15 Chrome/132.0.6834.210 Electron/34.5.1 Safari/537.36
