Skip to content

Commit

Permalink
Updating cleaning script
Browse files Browse the repository at this point in the history
  • Loading branch information
julesghub committed Jun 6, 2024
1 parent 2cd6f70 commit e62a9e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ find . -name \*.so -exec rm {} +
find . -name __pycache__ -exec rm -r {} +
find -name '*.egg-info' -exec rm -r {} +
rm -rf .pytest_cache
#git clean -dfX
## To remove git
#git clean -dfX ; git clean -dfx

0 comments on commit e62a9e3

Please sign in to comment.