--------------------------
- Enhancement: Add `--poll` to work with remote file systems ([11](https://github.com/joeyespo/pytest-watch/pull/11) - thanks, [aldanor][]!)
- Enhancement: Add ability to have multiple watch directories ([11](https://github.com/joeyespo/pytest-watch/pull/11) - thanks, [aldanor][]!)
- Enhancement: Show pytest command being run ([11](https://github.com/joeyespo/pytest-watch/pull/11) - thanks, [aldanor][]!)
- Enhancement: Show command and filenames in color ([11](https://github.com/joeyespo/pytest-watch/pull/11) - thanks, [aldanor][]!)
- Enhancement: Add `--ignore` to ignore directories from being watched (initial attempt) ([11](https://github.com/joeyespo/pytest-watch/pull/11) - thanks, [aldanor][]!)
- Enhancement: Add ability to forward arguments to pytest with `--` ([11](https://github.com/joeyespo/pytest-watch/pull/11) - thanks, [aldanor][]!)
- Enhancement: Add spooling for the case where multiple watch events are triggered simultaneously ([11](https://github.com/joeyespo/pytest-watch/pull/11) - thanks, [aldanor][]!)
- Enhancement: Add `--verbose` and `--quiet` for controlling the verbosity ([11](https://github.com/joeyespo/pytest-watch/pull/11) - thanks, [aldanor][]!)
- Bugfix: Exit gracefully when `KeyboardInterrupt` occurs after the first test run ([10](https://github.com/joeyespo/pytest-watch/pull/10) - thanks, [carsongee][]!)