waifu-diffusion/.gitignore

51 lines
860 B
Plaintext
Raw Normal View History

2022-08-24 09:18:14 -06: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-08-24 09:23:35 -06:00
# =========================================================================== #
# Repo-specific
# =========================================================================== #
/src/