commit 0acf8b06ee0de268a718e602a66aab5e91c53af8 Author: WpyQwq <3911625973@qq.com> Date: Sat Sep 5 08:52:03 2026 +0800 Initialize repository 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