Spaces:
Sleeping
Sleeping
| # Pycache | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| # virtual env | |
| venv/ | |
| .env/ | |
| # Jupyter Notebook checkpoints | |
| .ipynb_checkpoints/ | |
| # HF space cache files (optional) | |
| *.log | |
| *.ckpt | |
| *.safetensors | |
| *.pt | |
| # sys file | |
| .DS_Store | |
| Thumbs.db | |