├── .gitignore ├── README.md └── cleaner.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jspw/Cleaner/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jspw/Cleaner/HEAD/README.md -------------------------------------------------------------------------------- /cleaner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jspw/Cleaner/HEAD/cleaner.py --------------------------------------------------------------------------------