Metadata-Version: 2.4
Name: cleanitall
Version: 0.1.0
Summary: A simple Python junk cleaner for developers
Home-page: https://github.com/inevitablegs/cleanitall
Author: Ganesh Sonawane
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# cleanit 🧹

A simple Python CLI tool to clean junk files from your Python projects.

## Features
- Deletes `__pycache__`, `.pyc`, `.log`, `.tmp`, `.ipynb_checkpoints`, etc.
- `--dry-run` to preview what will be deleted
- `--confirm` to perform cleanup
- Shows total space freed

## Installation
```bash
pip install cleanit
