clean:
	rm -rf build
	rm -rf sponge.egg-info
	rm -rf __pycache__


install:
	pip install -e .


