z-image-studio / .gitignore
techfreakworm's picture
fix(deploy): switch model lookups to HF + fix ZeroGPU build
99302bc unverified
raw
history blame contribute delete
468 Bytes
# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
*.egg-info/
# Brainstorm + scratch
.superpowers/
# Model weights (never commit)
*.safetensors
*.gguf
*.bin
*.pt
*.pth
!assets/seed_inputs/*.png
!assets/seed_inputs/*.jpg
# DiffSynth-local model dir (symlinks to HF cache; weights live in ~/.cache/huggingface/hub)
models/
# Gradio runtime
gradio_cached_examples/
output/
flagged/
# OS / editor
.DS_Store
.idea/
.vscode/
*.swp