diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-06-17 11:19:27 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-06-17 11:19:27 -0500 |
| commit | d12722525fc010a3910b5152c72654a2ade5eac4 (patch) | |
| tree | adbfd19bef487e1c959856d9bf7f881709684a7e /.gitignore | |
Initial import
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1a9b622 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +__pycache__/ +*.py[cod] + +.venv/ +venv/ + +data/ +runs/ + +.DS_Store |
