.gitignore: repo-specific

This commit is contained in:
Lex Darlog (DRL) 2022-08-24 19:23:35 +04:00
parent 4c5cd5538b
commit 7163c5ff7a
2 changed files with 9 additions and 0 deletions

6
.gitignore vendored
View File

@ -43,3 +43,9 @@ share/python-wheels/
.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.*