lingyit1108's picture
added winnie-the-pooh mode; and clean up question by user_id
be36d9d
raw
history blame contribute delete
169 Bytes
#!/bin/bash
find . -name __pycache__ | xargs rm -rf
find . -name .pytest_cache | xargs rm -rf
find . -name .ipynb_checkpoints | xargs rm -rf
# python reset_database.py