submit:
	sh collect_submission.sh

clean:
	rm -f assignment1.zip
	rm -f *.pyc *.png *.npy utils/*.pyc

