stable-diffusion-webui/.gitignore
Syahmi Azhar 93d53f9c32
fix: launcher batch file fix #920, fix #605
- Allow reading environment.yaml file in either LF or CRLF
- Only update environment if environment.yaml changes
- Remove custom_conda_path to discourage changing source file
- Fix unable to launch webui due to frontend module missing (#605)
2022-09-13 12:13:23 +03:00

68 lines
1.1 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/
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
# Visual Studio directories
.vs/
.vscode/
# =========================================================================== #
# Repo-specific
# =========================================================================== #
/configs/webui/userconfig_streamlit.yaml
/custom-conda-path.txt
/src/*
/outputs
/model_cache
/log/**/*.png
/log/log.csv
/flagged/*
/gfpgan/*
/models/custom/
/z_version_env.tmp