Skip to content

Commit 7c48106

Browse files
committed
chore: Add .ruff_cache/ to cleanup list
1 parent a667e1d commit 7c48106

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ test: ## Run all unit tests
2929

3030
clean: ## Clean build artifacts
3131
@echo "Cleaning Python artifacts.."
32-
@rm -rf build/ dist/ *.egg-info/ .pytest_cache/ htmlcov/ .coverage
32+
@rm -rf build/ dist/ *.egg-info/ .pytest_cache/ .ruff_cache/ htmlcov/ .coverage
3333
@find . -type d -name __pycache__ -exec rm -rf {} +
3434
@find . -type f -name "*.pyc" -delete

copier.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ _exclude:
5252
- ".vscode"
5353
- ".chlog"
5454
- ".pytest_cache"
55+
- ".ruff_cache"
5556
- ".DS_Store"
5657

5758
_tasks: []

0 commit comments

Comments
 (0)