Spaces:
Sleeping
Sleeping
| # Virtual environments | |
| .venv | |
| venv | |
| env | |
| # Python cache | |
| __pycache__ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| # Git and OS files | |
| .git | |
| .DS_Store | |
| # Hugging Face / Model Caches | |
| .cache | |
| venv/ | |
| env/ | |
| .git/ | |
| __pycache__/ | |
| *.log |