Claude Code Memory Compiler
This commit is contained in:
commit
f83d38d787
15 changed files with 2819 additions and 0 deletions
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/
|
||||
|
||||
# Runtime state (regenerated by scripts)
|
||||
scripts/state.json
|
||||
scripts/last-flush.json
|
||||
scripts/flush.log
|
||||
scripts/compile.log
|
||||
scripts/session-flush-*
|
||||
scripts/flush-context-*
|
||||
|
||||
# Generated content (built up per-user by hooks and scripts)
|
||||
daily/
|
||||
knowledge/
|
||||
|
||||
# Reports (regenerated by lint)
|
||||
reports/
|
||||
|
||||
# uv lock (regenerated by uv sync)
|
||||
scripts/uv.lock
|
||||
|
||||
# Claude Code local settings
|
||||
.claude/settings.local.json
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Loading…
Add table
Add a link
Reference in a new issue