Version 0.5.0
Major Changes
- Added
--ignore-patterns
CLI flag for ignoring specific files/patterns from command line - Added support for wildcards in pattern ignores
- Added
.cursorignore
file support
Improvements
- Refactored codebase into logical modules for better maintainability
- Added comprehensive test suite
- Implemented strict typing throughout the codebase
- Improved code organization and structure
Bug Fixes
- Fixed UTC warning in datetime handling
- Refactored
load_ignore_specs
function for better consistency - Various typing improvements and fixes
Contributors
Special thanks to:
- @AndrewGerstenslager for implementing the ignore patterns feature
- @himwho for code improvements and fixes
Thanks to:
@AndrewGerstenslager , @himwho , @adorosario