···2233All notable changes to this project will be documented in this file.
4455+## [0.6.2] - 2026-04-05
66+77+### Added
88+99+- **Nested ignore file support**: `loadIgnoreFiles` and `makeIsIgnored` now handle per-directory `.gitignore`/`.pocketenvignore` contexts when packaging, correctly applying ignore rules at each directory level.
1010+- **Ignore file unit tests**: Comprehensive Vitest-based test suite for the ignore logic, with a `vitest.config.ts` and updated dev deps/test scripts.
1111+1212+### Fixed
1313+1414+- **Sandbox dotfile copying**: Enabled `bash dotglob` in sandbox copy commands so dotfiles are included when copying directories.
1515+1616+---
1717+518## [0.6.1] - 2026-04-04
619720### Added