lingyit1108's picture
added script for multi-user
c960e90
raw
history blame contribute delete
141 Bytes
#!/bin/bash
find . -name __pycache__ | xargs rm -rf
find . -name .pytest_cache | xargs rm -rf
find . -name .ipynb_checkpoints | xargs rm -rf