3ba86b2ea8
Bulk import of the working lanes that were living untracked on the PC. Content: - characters/ Lena/male body lanes, bakes, texture work, run logs - clothing/ garment pipeline, configs, gates, contract docs - garments/ MD-authored garment sources (.zprj/.zpac) - UAL-Lib/ Universal Animation Library 2 source (.blend/.fbx/.glb) - tools/ blender_bridge, iclone_bridge, md_bridge, tailor, glm_agent - docs/, plans/, dev/, .agents/plans/ Repo hygiene: - .gitattributes: LFS now covers .blend, .zprj, .zpac, .obj, .npy and the Reallusion .iAvatar/.ccAvatar/.ccRestore containers. Without this the ~3.8 GB in this commit would land as raw blobs. .png/.jpg are left out on purpose — ~250 are already tracked raw and converting them would rewrite every one without shrinking history. - .gitignore: exclude /accurig/ (~1 GB AccuRig program files, redistributable from Reallusion, nothing authored here) and /dev/null/ (git-lfs hook copies dropped by a `>/dev/null` redirect on Windows). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
24 lines
566 B
Plaintext
24 lines
566 B
Plaintext
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
.DS_Store
|
|
|
|
# Working-lane scratch — see .agents/rules/working-files.md
|
|
# Regenerable by re-running the lane's NN_*.py recipe from its pinned master.
|
|
*.blend1
|
|
*.blend2
|
|
*_run.log
|
|
**/review/
|
|
**/review_*/
|
|
**/review[0-9]*/
|
|
**/dbg_*/
|
|
**/probe_*/
|
|
|
|
# Vendor application install — AccuRig (~1 GB of Reallusion program files).
|
|
# Re-downloadable from Reallusion; nothing here is authored by us.
|
|
/accurig/
|
|
|
|
# Artifact of a `>/dev/null` redirect run from a Windows shell: git-lfs drops
|
|
# copies of its hooks in here. Not project content.
|
|
/dev/null/
|