chore: update gitignore to handle checkpoints

This commit is contained in:
11b 2022-12-18 17:25:50 -03:00
parent b0d2d80ac3
commit 657cbe1d61
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -1,11 +1,16 @@
# Cache files.
/*.egg-info/
**/__pycache__/
/.mypy_cache/
# Machine-specific stuff.
/.pdm.toml
/.venv/
# Large/binary files.
/data/*
!/data/.keep
/training/data/*
!/training/data/.keep
/training/checkpoints/
*.pt