Skip to content

Commit 3bb6987

Browse files
committed
clean
1 parent 0e0bf4d commit 3bb6987

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
install:
22
python3 -m pip install -r requirements.txt
3+
4+
clean:
5+
find . -name .pytest_cache -o -name __pycache__ -o -name .idea -o -name .mypy_cache -exec rm -rf {} \;
6+

0 commit comments

Comments
 (0)