We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c9fe8 commit 2f4688bCopy full SHA for 2f4688b
Makefile
@@ -12,7 +12,8 @@ clean: ## Clean the temporary files.
12
rm -rf .pytest_cache
13
rm -rf tests/__pycache__
14
rm -rf .coverage
15
- rm -rf local_data
+ rm -rf output
16
+ rm -rf debug.log
17
18
.PHONY: black-check
19
black-check: ## Run black for code formatting, without fixing.
0 commit comments