replace main with lightweight memory gateway

This commit is contained in:
2026-06-11 10:06:48 +08:00
parent 000415404b
commit b74923e435
56 changed files with 2052 additions and 76129 deletions

33
.gitignore vendored
View File

@ -1,11 +1,18 @@
# Local runtime configuration
config.yaml
*.local.yaml
*.secret.yaml
# Local environment files
.env
.env.*
everos.env
*.env.local
# Python cache / test artifacts
# Gateway runtime data
data/
storage/
*.sqlite
*.sqlite3
*.db
*.db-shm
*.db-wal
# Python caches
__pycache__/
*.py[cod]
.pytest_cache/
@ -17,13 +24,13 @@ htmlcov/
# Virtual environments
.venv/
venv/
env/
# Local editor / agent metadata
.codex
.DS_Store
# Packaging output
build/
dist/
*.egg-info/
# Runtime output
# Logs and local process files
*.log
*.tmp
*.sqlite3
obsidian-vault/Reviews/
*.pid