feat: add git-consistent memory gateway architecture
This commit is contained in:
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
# local env
|
||||
.env
|
||||
|
||||
# python
|
||||
.venv/
|
||||
.pytest_cache/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# editor/os
|
||||
.DS_Store
|
||||
|
||||
# runtime data
|
||||
logs/
|
||||
*.log
|
||||
|
||||
data/git-mirror/*
|
||||
!data/git-mirror/.gitkeep
|
||||
|
||||
data/workspaces/*
|
||||
!data/workspaces/.gitkeep
|
||||
|
||||
data/qmd-cache/*
|
||||
!data/qmd-cache/.gitkeep
|
||||
|
||||
data/qmd-config/*
|
||||
!data/qmd-config/.gitkeep
|
||||
|
||||
data/remote-memory.git/
|
||||
|
||||
# generated index/cache in repo root if any
|
||||
qmd/
|
||||
Reference in New Issue
Block a user