Initial clean commit - unified Lyra stack
This commit is contained in:
44
neomem/.gitignore
vendored
Normal file
44
neomem/.gitignore
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
# ───────────────────────────────
|
||||
# Python build/cache files
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# ───────────────────────────────
|
||||
# Environment + secrets
|
||||
.env
|
||||
.env.*
|
||||
.env.local
|
||||
.env.3090
|
||||
.env.backup
|
||||
.env.openai
|
||||
|
||||
# ───────────────────────────────
|
||||
# Runtime databases & history
|
||||
*.db
|
||||
nvgram-history/ # renamed from mem0_history
|
||||
mem0_history/ # keep for now (until all old paths are gone)
|
||||
mem0_data/ # legacy - safe to ignore if it still exists
|
||||
seed-mem0/ # old seed folder
|
||||
seed-nvgram/ # new seed folder (if you rename later)
|
||||
history/ # generic log/history folder
|
||||
lyra-seed
|
||||
# ───────────────────────────────
|
||||
# Docker artifacts
|
||||
*.log
|
||||
*.pid
|
||||
*.sock
|
||||
docker-compose.override.yml
|
||||
.docker/
|
||||
|
||||
# ───────────────────────────────
|
||||
# User/system caches
|
||||
.cache/
|
||||
.local/
|
||||
.ssh/
|
||||
.npm/
|
||||
|
||||
# ───────────────────────────────
|
||||
# IDE/editor garbage
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
Reference in New Issue
Block a user