mirror of
https://github.com/sd-webui/stable-diffusion-webui.git
synced 2024-12-13 18:02:31 +03:00
97 lines
1.5 KiB
Plaintext
97 lines
1.5 KiB
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/
|
|
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
|
|
|
|
# Visual Studio directories
|
|
.vs/
|
|
.vscode/
|
|
|
|
# =========================================================================== #
|
|
# Repo-specific
|
|
# =========================================================================== #
|
|
/configs/webui/userconfig_streamlit.yaml
|
|
/configs/webui/userconfig_flet.yaml
|
|
/custom-conda-path.txt
|
|
!/src/components/*
|
|
!/src/pages/*
|
|
/src/*
|
|
/outputs
|
|
/model_cache
|
|
/log/**/*.png
|
|
/log/webui/*
|
|
/log/log.csv
|
|
/flagged/*
|
|
/gfpgan/*
|
|
/models/*
|
|
/webui/flet/assets/uploads/
|
|
/webui/flet/assets/outputs/
|
|
|
|
z_version_env.tmp
|
|
scripts/bridgeData.py
|
|
/user_data/*
|
|
|
|
# Dependencies
|
|
/node_modules
|
|
|
|
# Production
|
|
/build
|
|
|
|
# Generated files
|
|
.docusaurus
|
|
.cache-loader
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|