diff --git a/.gitignore b/.gitignore index d078f439..a3804b90 100644 --- a/.gitignore +++ b/.gitignore @@ -117,3 +117,6 @@ lightning_logs *.gz .DS_Store .*_submit.py + +Formatting +.ruff_cache/ diff --git a/Makefile b/Makefile index 60b4fbb0..faad2566 100644 --- a/Makefile +++ b/Makefile @@ -24,9 +24,12 @@ docs: clean clean: # clean all temp runs - rm -rf $(shell find . -name "mlruns") rm -rf .mypy_cache rm -rf .pytest_cache + rm -rf .ruff_cache + rm -rf build + rm -rf dist + rm -rf src/*.egg-info rm -rf ./docs/build rm -rf ./docs/source/**/generated rm -rf ./docs/source/api