chatbot_dashboard / Makefile
Aldo07's picture
Add project
e54728d verified
raw
history blame contribute delete
182 Bytes
##@ 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