akinator_test / bin /clean.sh
lingyit1108's picture
added all scripts
a2e1faa
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