Makefile: pycache in root dir
This commit is contained in:
parent
2f55d03aab
commit
66133ac46c
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -13,4 +13,5 @@ check:
|
|||
|
||||
clean:
|
||||
rm -rf flaskapp/__pycache__
|
||||
rm -rf __pycache__
|
||||
rm -rf .mypy_cache
|
||||
|
|
Loading…
Add table
Reference in a new issue