clean-data:
	rmdir /S /Q data

clean-artifacts:
	rmdir /S /Q "scripts\compiled"

curie-clean:
	curie etl clean .

clean: clean-data clean-artifacts
