diff options
| author | yurenh <blackhao0426@gmail.com> | 2026-08-31 18:20:12 -0500 |
|---|---|---|
| committer | yurenh <blackhao0426@gmail.com> | 2026-08-31 18:20:12 -0500 |
| commit | 8acf3f94c630c0ef2cc89c56d39464c42a0d5e3a (patch) | |
| tree | c3cec35990ce885b4d6000b2c13240cca7c419c3 /.gitignore | |
| parent | 17a81b9c86cfedd70812a0e83f33798b64c1678e (diff) | |
gitignore data/runs; data prep documented as on-node
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GkgLsACEF6CCP7EUfA5fZe
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3b68828 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +data/ +runs/ +__pycache__/ +*.pyc +*.bin +*.pt |
