lingyit1108's picture
finishing up the app: UI, content understanding, questionaire, coaching
69e20d0
raw
history blame
No virus
167 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