2022-08-29 12:53:30 +03:00
|
|
|
# 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
|
2022-09-07 01:50:14 +03:00
|
|
|
.env_docker
|
2022-08-29 12:53:30 +03:00
|
|
|
.env_updated
|
|
|
|
condaenv.*.requirements.txt
|
|
|
|
|
2022-09-09 08:58:25 +03:00
|
|
|
# Visual Studio directories
|
|
|
|
.vs/
|
|
|
|
.vscode/
|
2022-08-29 12:53:30 +03:00
|
|
|
|
|
|
|
# =========================================================================== #
|
|
|
|
# Repo-specific
|
|
|
|
# =========================================================================== #
|
2022-09-09 10:44:35 +03:00
|
|
|
/configs/webui/userconfig_streamlit.yaml
|
2022-09-07 01:50:14 +03:00
|
|
|
/custom-conda-path.txt
|
|
|
|
/src/*
|
|
|
|
/outputs/*
|
|
|
|
/log/**/*.png
|
|
|
|
/log/log.csv
|
|
|
|
/flagged/*
|
2022-09-07 08:15:59 +03:00
|
|
|
/gfpgan/*
|