Expand description
Git-aware scanning using git ls-files.
Functionsยง
- is_
git_ repo - Check if a directory is a git repository.
- scan_
git - Scan a directory using git ls-files (tracked + untracked, excluding ignored). Returns None if not a git repo, git command fails, or no files found.