Spaces:
Sleeping
Sleeping
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *.egg-info/ | |
| *.egg | |
| .venv/ | |
| venv/ | |
| env/ | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Data - raw source files (not needed at runtime, processed/ has pre-computed embeddings) | |
| data/raw/ | |
| # Data - temp uploads | |
| data/temp/ | |
| # HF Spaces cache | |
| .huggingface/ | |
| # PyTorch / Model cache | |
| ~/.cache/torch/ | |
| ~/.cache/huggingface/ | |