1 parent d103d17 commit f793b54Copy full SHA for f793b54
1 file changed
Makefile
@@ -49,7 +49,7 @@ pre-commit: ## Run all pre-commit hooks against all files
49
uv run pre-commit run --all-files
50
51
clean: ## Remove build artifacts and caches
52
- rm -rf dist .pytest_cache .ruff_cache site
+ rm -rf dist .pytest_cache .ruff_cache site .hypothesis mutants .coverage
53
find . -type d -name __pycache__ -exec rm -rf {} +
54
55
docs: ## Build HTML documentation into site/
0 commit comments