From 0acf8b06ee0de268a718e602a66aab5e91c53af8 Mon Sep 17 00:00:00 2001 From: WpyQwq <3911625973@qq.com> Date: Sat, 5 Sep 2026 08:52:03 +0800 Subject: [PATCH] Initialize repository --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0e1c8c8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +__pycache__/ +*.py[cod] +checkpoints/ +runs/ +qwen_memory_adapter*/ +qwen3_5_4b_natural_memory_v2/ +*.safetensors +*.bin + +# Local datasets, user memory snapshots, and generated benchmark reports. +data/ +*.json +*.jsonl +*.pt +*.pth +*.safetensors +*.bin +*.7z + +# Local model/runtime files that are not source artifacts. +*.log +*.tmp