diff options
| author | blackhao <13851610112@163.com> | 2025-08-23 13:35:13 -0500 |
|---|---|---|
| committer | blackhao <13851610112@163.com> | 2025-08-23 13:35:13 -0500 |
| commit | 4f81a87ef95b190450ed5202bfa725dbb0a539f4 (patch) | |
| tree | 875f5966cdaaa526d85ff49a13cd6bf27ab4a723 /.gitignore | |
| parent | ad3e216afd066375219ef8b3928ef4096237fbf6 (diff) | |
init
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..28ec88c --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# Byte-compiled / cache +__pycache__/ +*.py[cod] +*.so +*.pyd + +# Data +*.parquet +*.json +*.csv + +# Checkpoints/weights +*.bin +*.safetensors +*.pt +checkpoints/ + +# Envs +.env +.venv/ + +# Misc +.DS_Store +.ipynb_checkpoints/ +wandb/ + |
