Added
- Updated comments and help strings
- Elaborated on command line usage
- Ignore pycharm files in .gitignore
- Ability to recursively minimize directory trees containing Python code
- Use logging module to print debug output
Fixed
- Bracket counting to improve token group idenitification
- Fixed some keywords being spaced oddly - while correct, removal of whitespace in these situations made the code look wrong (minimizes less, but more readable)
- Merged fix for inconsistent user input / output directories