#!/usr/bin/env python
""" Cleanup of directories.
"""

import os

os.system('git clean -d -f')
os.system('pip uninstall -y respy')