mirror of
https://github.com/sd-webui/stable-diffusion-webui.git
synced 2024-12-14 14:52:31 +03:00
62 lines
1021 B
Plaintext
62 lines
1021 B
Plaintext
# OS-generated
|
|
# ------------
|
|
.DS_Store*
|
|
[Tt]humbs.db
|
|
[Dd]esktop.ini
|
|
|
|
# Programming - general
|
|
*.log
|
|
|
|
|
|
# =========================================================================== #
|
|
# Python-related
|
|
# =========================================================================== #
|
|
# src: https://github.com/github/gitignore/blob/master/Python.gitignore
|
|
|
|
# JetBrains PyCharm / Rider
|
|
.idea/
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
share/python-wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
.env_docker
|
|
.env_updated
|
|
condaenv.*.requirements.txt
|
|
|
|
|
|
# =========================================================================== #
|
|
# Repo-specific
|
|
# =========================================================================== #
|
|
/custom-conda-path.txt
|
|
/src/*
|
|
/outputs/*
|
|
/log/**/*.png
|
|
/log/log.csv
|
|
/flagged/*
|
|
/gfpgan/*
|
|
/models/*
|
|
z_version_env.tmp |