Spaces:
Sleeping
Sleeping
| # ----------------------------- | |
| # Python | |
| # ----------------------------- | |
| __pycache__/ | |
| *.py[cod] | |
| *.pyo | |
| *.pyd | |
| *.egg-info/ | |
| .eggs/ | |
| # ----------------------------- | |
| # Virtual Environments | |
| # ----------------------------- | |
| venv/ | |
| .venv/ | |
| env/ | |
| ENV/ | |
| # ----------------------------- | |
| # Environment Variables | |
| # ----------------------------- | |
| .env | |
| .env.local | |
| .env.*.local | |
| # ----------------------------- | |
| # OS / Editor | |
| # ----------------------------- | |
| .DS_Store | |
| Thumbs.db | |
| .idea/ | |
| .vscode/ | |
| # ----------------------------- | |
| # Logs | |
| # ----------------------------- | |
| *.log | |
| # ----------------------------- | |
| # Output / Generated Files | |
| # ----------------------------- | |
| outputs/ | |
| *.png | |
| *.jpg | |
| *.jpeg | |
| *.webp | |
| # ----------------------------- | |
| # Hugging Face Cache | |
| # ----------------------------- | |
| .cache/ | |
| .huggingface/ | |
| hf_cache/ | |
| # ----------------------------- | |
| # PyTorch / Diffusers Cache | |
| # ----------------------------- | |
| torch_cache/ | |
| model_cache/ | |
| # ----------------------------- | |
| # Docker | |
| # ----------------------------- | |
| *.tar | |
| docker-compose.override.yml | |
| # ----------------------------- | |
| # Jupyter | |
| # ----------------------------- | |
| .ipynb_checkpoints/ | |
| # ----------------------------- | |
| # Build / Distribution | |
| # ----------------------------- | |
| build/ | |
| dist/ | |