File size: 182 Bytes
e54728d
 
 
 
1
2
3
4
##@ Clean-up
clean: ## remove output files from pytest & coverage
	@find . | grep -E "(__pycache__|\.pyc|\.pyo)" | xargs rm -rf
	@find . | grep -E ".ipynb_checkpoints" | xargs rm -rf