Spaces:
Sleeping
Sleeping
| # Ignore Python cache and compiled files | |
| __pycache__/ | |
| *.py[cod] | |
| *.ipynb_checkpoints/ | |
| # Ignore virtual environments | |
| .venv/ | |
| env/ | |
| venv/ | |
| # Ignore Jupyter Notebook checkpoints | |
| .ipynb_checkpoints/ | |
| # Ignore system files | |
| .DS_Store | |
| # Ignore binary/model/index files | |
| *.faiss | |
| *.npy | |
| *.pt | |
| *.onnx | |
| *.bin | |
| *.ckpt | |
| *.pkl | |
| *.jpg | |
| *.png | |
| *.gif | |
| *.jpeg | |
| # Ignore log files and outputs | |
| *.log | |
| *.csv | |
| logs/ | |
| output/ | |
| # Ignore Hugging Face cache (optional) | |
| ~/.cache/huggingface/ | |
| # Ignore datasets or raw data (optional) | |
| data/raw/ | |
| data/interim/ | |
| data/processed/*/*.faiss | |
| data/processed/beauty/cove/cove_logits.npy | |
| data/processed/beauty/cove/model/*.safetensors | |
| *.safetensors | |