1#!/usr/local/bin/bash
2
3rm -f *~
4rm -rf build
5rm -rf __pycache__
6rm -f c3.py
7rm -f *.so
8rm -f c3_wrap.c
9rm -f *.pyc
10rm -f *.log
11
12