Spaces:
Running on Zero
Running on Zero
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| .ruff_cache/ | |
| .coverage | |
| htmlcov/ | |
| # Virtual environments | |
| .venv/ | |
| venv/ | |
| env/ | |
| # Local secrets and machine-specific configuration | |
| .env | |
| .env.* | |
| !.env.example | |
| *.local | |
| # IDE and operating-system files | |
| .idea/ | |
| .vscode/ | |
| .DS_Store | |
| Thumbs.db | |
| # Hugging Face, Gradio, and experiment caches | |
| .cache/ | |
| huggingface/ | |
| gradio_cached_examples/ | |
| wandb/ | |
| runs/ | |
| logs/ | |
| # Helpers downloaded lazily by app.py | |
| /train_dreambooth_lora_sdxl_advanced.py | |
| /script.py | |
| # Temporary dataset and SpaceRunner directories (UUID names) | |
| /????????-????-????-????-????????????/ | |
| # Generated training artifacts | |
| outputs/ | |
| output/ | |
| checkpoint-*/ | |
| *.safetensors | |
| *.ckpt | |
| *.pt | |
| *.pth | |
| # Build and packaging artifacts | |
| build/ | |
| dist/ | |
| *.egg-info/ | |