Spaces:
Running
Running
| # Byte-compiled / optimized / DLL files | |
| __pycache__/ | |
| *.py[cod] | |
| *.so | |
| # Virtual environment | |
| venv/ | |
| .env/ | |
| .env.* | |
| # PyCharm | |
| .idea/ | |
| *.iml | |
| # Model cache (Hugging Face, PyTorch, etc.) | |
| ~/.cache/ | |
| .cache/ | |
| *.ckpt | |
| *.pt | |
| *.bin | |
| *.safetensors | |
| # System files | |
| .DS_Store | |
| Thumbs.db | |
| # Logs | |
| *.log | |
| # Jupyter Notebooks (if any outputs get messy) | |
| .ipynb_checkpoints/ | |
| # Test files or temp | |
| *.tmp | |
| *.bak | |
| # Fonts or large assets | |
| #assets/fonts/*.ttf | |
| # Optional: don't track test images | |
| test_images/ | |
| *.jpg | |
| *.png | |