diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-03-23 18:23:29 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-03-23 18:23:29 -0500 |
| commit | bbb1a36d67f2f0c83106c1e771ea2c2fcb7fd83a (patch) | |
| tree | 522ef465095e93f13d5c74b2fea6414f8b342b33 /.gitignore | |
| parent | 245e1174695c819642030461e3f544dffb7062fd (diff) | |
Add experiment notes and .gitignore
Track experiment phases (debug/pilot/frozen), key findings, and design decisions.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..00d9c79 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +__pycache__/ +*.pyc +data/ +*.pt |
