Makefile: clean

This commit is contained in:
DarkCat09 2024-05-28 11:10:38 +04:00
parent e2330a15c4
commit f8e214d0a2
Signed by: DarkCat09
GPG key ID: 0A26CD5B3345D6E3

View file

@ -14,3 +14,6 @@ run-frontend:
test:
python3 -m unittest discover -vcs ./backend
clean:
rm -rf backend/__pycache__ .ruff_cache