Skip to content

Commit f793b54

Browse files
chore: update clean target to remove additional build artifacts (#41)
1 parent d103d17 commit f793b54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pre-commit: ## Run all pre-commit hooks against all files
4949
uv run pre-commit run --all-files
5050

5151
clean: ## Remove build artifacts and caches
52-
rm -rf dist .pytest_cache .ruff_cache site
52+
rm -rf dist .pytest_cache .ruff_cache site .hypothesis mutants .coverage
5353
find . -type d -name __pycache__ -exec rm -rf {} +
5454

5555
docs: ## Build HTML documentation into site/

0 commit comments

Comments
 (0)