We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a667e1d commit 7c48106Copy full SHA for 7c48106
2 files changed
Makefile.jinja
@@ -29,6 +29,6 @@ test: ## Run all unit tests
29
30
clean: ## Clean build artifacts
31
@echo "Cleaning Python artifacts.."
32
- @rm -rf build/ dist/ *.egg-info/ .pytest_cache/ htmlcov/ .coverage
+ @rm -rf build/ dist/ *.egg-info/ .pytest_cache/ .ruff_cache/ htmlcov/ .coverage
33
@find . -type d -name __pycache__ -exec rm -rf {} +
34
@find . -type f -name "*.pyc" -delete
copier.yaml
@@ -52,6 +52,7 @@ _exclude:
52
- ".vscode"
53
- ".chlog"
54
- ".pytest_cache"
55
+ - ".ruff_cache"
56
- ".DS_Store"
57
58
_tasks: []
0 commit comments