Moved files related to paths to a separated directory
This commit is contained in:
parent
4c7f07dd05
commit
10a6b6553d
5 changed files with 7 additions and 6 deletions
1
Makefile
1
Makefile
|
@ -16,5 +16,6 @@ docker:
|
|||
|
||||
clean:
|
||||
rm -rf app/__pycache__
|
||||
rm -rf app/paths/__pycache__
|
||||
rm -rf __pycache__
|
||||
rm -rf .mypy_cache
|
||||
|
|
Loading…
Add table
Reference in a new issue