Merge pull request #2 from Lex-DRL/gitignore

Gitignore
This commit is contained in:
harubaru 2022-08-24 09:53:21 -07:00 committed by GitHub
commit ebae6214b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 54 additions and 0 deletions

51
.gitignore vendored Normal file
View File

@ -0,0 +1,51 @@
# 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
# =========================================================================== #
# Repo-specific
# =========================================================================== #
/src/

3
models/ldm/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# Exclude the heavyweight models:
*.ckpt
*.ckpt.*