From 4f81a87ef95b190450ed5202bfa725dbb0a539f4 Mon Sep 17 00:00:00 2001 From: blackhao <13851610112@163.com> Date: Sat, 23 Aug 2025 13:35:13 -0500 Subject: init --- .gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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/ + -- cgit v1.2.3