45 lines
1.3 KiB
Plaintext
45 lines
1.3 KiB
Plaintext
# ───────────────────────────────
|
|
# 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
|