mirror of
https://github.com/wassname/evil_MoE.git
synced 2026-06-27 18:43:00 +08:00
9c188f60be
Move per-project agent memory into the repo so it is version-controlled. Harness path /root/.claude/projects/.../memory now symlinks here, so auto-load still works while the files live under git. Un-ignore only .claude/memory/ (worktrees, locks, local settings stay ignored). Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
24 lines
304 B
Plaintext
24 lines
304 B
Plaintext
.claude/*
|
|
!.claude/memory/
|
|
.venv/
|
|
/out/
|
|
/data/
|
|
/log/
|
|
/logs/
|
|
/svd_cache/
|
|
/tmp/
|
|
*.log
|
|
/docs/reviews
|
|
/docs/
|
|
|
|
# vendored upstream reference repos cloned for grep access (see RESEARCH_JOURNAL.md)
|
|
/docs/vendor/
|
|
|
|
# build/install artefacts
|
|
*.egg-info/
|
|
__pycache__/
|
|
*.pyc
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.mypy_cache/
|