diff --git a/.specstory/history/2026-03-09_17-47Z-character-creator-binaries-in-lfs.md b/.specstory/history/2026-03-09_17-47Z-character-creator-binaries-in-lfs.md
new file mode 100644
index 0000000..754ab85
--- /dev/null
+++ b/.specstory/history/2026-03-09_17-47Z-character-creator-binaries-in-lfs.md
@@ -0,0 +1,151 @@
+
+
+
+
+# Character creator binaries in LFS (2026-03-09 17:47Z)
+
+_**User**_
+
+Add character creator binaries to LFS@components/gitattributes
+
+---
+
+_**Agent (model kimi-k2.5, mode Agent)**_
+
+Thought Process
+The user wants to add character creator binaries to Git LFS in the `.gitattributes` file. Let me first read the current `.gitattributes` file to see what patterns already exist there, then add the appropriate binary file patterns.
+
+---
+
+File not found
+
+---
+
+Thought Process
+The file doesn't exist. Let me search for where .gitattributes might be or what kind of character creator binaries might exist in the project.
+
+---
+
+Let me search for the `.gitattributes` file and character creator related files in the project.
+
+---
+
+
+
+Tool use: **glob_file_search** • Searched codebase "undefined" • **0** result in **1** directory
+
+Directory: **A:\1 Amazon_Active_Projects\3 ProjectStructure** (0 file)
+
+
+
+
+---
+
+
+
+Tool use: **ripgrep_raw_search**
+
+
+Parameters:
+
+```json
+{
+ "pattern": "character.*creator|CharacterCreator",
+ "path": "A:\\1 Amazon_Active_Projects\\3 ProjectStructure",
+ "caseInsensitive": true
+}
+```
+Additional data:
+
+```json
+{
+ "isPruned": true,
+ "pattern": "character.*creator|CharacterCreator",
+ "path": "A:\\1 Amazon_Active_Projects\\3 ProjectStructure",
+ "outputMode": "content",
+ "totalFiles": 0,
+ "totalMatches": 0,
+ "topFiles": []
+}
+```
+Status: **completed**
+
+
+
+
+
+---
+
+Thought Process
+There's no .gitattributes file in the workspace yet, and I didn't find character creator references. Let me check the components directory and understand the structure better. Maybe there's a Character Creator folder or something with binary files.
+
+---
+
+
+
+Tool use: **glob_file_search** • Searched codebase "undefined" • **0** result in **1** directory
+
+Directory: **A:\1 Amazon_Active_Projects\3 ProjectStructure** (0 file)
+
+
+
+
+---
+
+
+
+Tool use: **glob_file_search** • Searched codebase "undefined" • **0** result in **1** directory
+
+Directory: **A:\1 Amazon_Active_Projects\3 ProjectStructure** (0 file)
+
+
+
+
+---
+
+
+
+Tool use: **glob_file_search** • Searched codebase "undefined" • **0** result in **1** directory
+
+Directory: **A:\1 Amazon_Active_Projects\3 ProjectStructure** (0 file)
+
+
+
+
+---
+
+
+
+Tool use: **glob_file_search** • Searched codebase "undefined" • **0** result in **1** directory
+
+Directory: **A:\1 Amazon_Active_Projects\3 ProjectStructure** (0 file)
+
+
+
+
+---
+
+
+
+Tool use: **glob_file_search** • Searched codebase "undefined" • **0** result in **1** directory
+
+Directory: **A:\1 Amazon_Active_Projects\3 ProjectStructure** (0 file)
+
+
+
+
+---
+
+Thought Process
+Let me check the overall structure of the project and the components directory to understand what kind of files are present.
+
+---
+
+
+Tool use: **run_terminal_command_v2**
+
+
+
+
+---
+
diff --git a/components/gitattributes b/components/gitattributes
index 3daa853..648ab5b 100644
--- a/components/gitattributes
+++ b/components/gitattributes
@@ -50,6 +50,24 @@
*.blob filter=lfs diff=lfs merge=lfs -text
*.unitypackage filter=lfs diff=lfs merge=lfs -text
+# Character Creator files (Reallusion)
+*.ccAvatar filter=lfs diff=lfs merge=lfs -text
+*.ccProject filter=lfs diff=lfs merge=lfs -text
+*.ccCloth filter=lfs diff=lfs merge=lfs -text
+*.ccProp filter=lfs diff=lfs merge=lfs -text
+*.ccScene filter=lfs diff=lfs merge=lfs -text
+*.ccHair filter=lfs diff=lfs merge=lfs -text
+*.rlMotion filter=lfs diff=lfs merge=lfs -text
+*.rlPose filter=lfs diff=lfs merge=lfs -text
+*.iAvatar filter=lfs diff=lfs merge=lfs -text
+*.iMotion filter=lfs diff=lfs merge=lfs -text
+*.iProp filter=lfs diff=lfs merge=lfs -text
+*.iMaterial filter=lfs diff=lfs merge=lfs -text
+*.rlHead filter=lfs diff=lfs merge=lfs -text
+*.rlHair filter=lfs diff=lfs merge=lfs -text
+*.rlScene filter=lfs diff=lfs merge=lfs -text
+*.rlSkintex filter=lfs diff=lfs merge=lfs -text
+
# Houdini files
*.hiplc filter=lfs diff=lfs merge=lfs -text
*.bgeo filter=lfs diff=lfs merge=lfs -text