__pycache__/ *.py[cod] *.egg-info/ .pytest_cache/ .mypy_cache/ .ruff_cache/ .env .env.* !.env.example logs/ outputs/ eval_outputs/ wandb/ .hf-upload/ .hf-model-card-README.md scripts/upload_hf_checkpoints.sh scripts/hf_checkpoints_manifest.json scripts/hf_model_card_README.md scripts/koala_submit.sh pyproject.toml uv.lock checkpoints/ ckpt/ data/ models/ # Keep source modules for the vendored DiffSynth model stack, but continue to # ignore real checkpoint weights via the extensions below. !diffsynth/data/ !diffsynth/data/**/*.py !diffsynth/models/ !diffsynth/models/**/*.py !src/data/ !src/data/**/*.py *.log *.out *.tmp *.mp4 *.gif *.png *.jpg *.jpeg *.webp *.safetensors *.pth *.pt *.ckpt # Release visual assets are intentionally versioned for README rendering. !assets/**/*.gif !assets/**/*.png !assets/**/*.jpg !assets/**/*.jpeg !assets/**/*.webp !docs/**/*.gif !docs/**/*.png !docs/**/*.jpg !docs/**/*.jpeg !docs/assets/**/*.jpg !assets/wechat_group_qrcode.jpg !docs/**/*.pdf