Add binary file detection and content aggregation to generate detailed XML output. The flattener now:
- Identifies binary files by extension and content
- Aggregates text file contents with metadata
- Generates comprehensive XML with file statistics
- Handles errors gracefully with detailed reporting
Also update documentation formatting and add biome.json to gitignore
Add file discovery and filtering functionality to the codebase flattener tool
- Use glob and minimatch for pattern matching
- Support .gitignore patterns
- Generate basic XML output with file count
- Add new flattener tool to convert codebase to XML format
- Update package.json with new scripts and dependencies
- Add .vscode settings for SonarLint integration
- Update .gitignore to exclude additional directories and files