From 657cbe1d612eefcd3bd20f85776ec63e5e0acd01 Mon Sep 17 00:00:00 2001 From: 0x000011b <0x000011b@waifu.club> Date: Sun, 18 Dec 2022 17:25:50 -0300 Subject: [PATCH] chore: update gitignore to handle checkpoints --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index a82641b..37253aa 100644 --- a/.gitignore +++ b/.gitignore @@ -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