mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-02 17:25:52 -05:00
- Add new CleanCommand for cleaning up module directories - Supports cleaning notebooks (*.ipynb) and cache files (__pycache__, *.pyc) - Can clean specific modules or all modules - Provides preview of files to be cleaned with confirmation - Includes --force flag to skip confirmation - Integrates with module command group as 'tito module clean' - Preserves Python source files (*_dev.py) and other important files - Fixes issue with duplicate file removal from __pycache__ directories