Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TangibleAI
/
mathtext-fastapi
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6e3f695
mathtext-fastapi
/
scripts
/
cleanpyc.sh
Hobson
helper scripts for managing pyproject.toml
3ee0381
almost 2 years ago
raw
Copy download link
history
blame
Safe
83 Bytes
#!usr/bin/env bash
find . | grep -E
"(/__pycache__$|\.pyc$|\.pyo$)"
| xargs
rm
-rf