Initial clean commit - unified Lyra stack
This commit is contained in:
40
.gitignore
vendored
Normal file
40
.gitignore
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
# =============================
|
||||
# 📦 General
|
||||
# =============================
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.log
|
||||
|
||||
# Env files (store secrets locally)
|
||||
.env
|
||||
|
||||
# =============================
|
||||
# 🐳 Docker volumes (HUGE)
|
||||
# =============================
|
||||
volumes/
|
||||
*/volumes/
|
||||
|
||||
# =============================
|
||||
# 📚 Databases & vector stores
|
||||
# =============================
|
||||
postgres_data/
|
||||
neo4j_data/
|
||||
*/postgres_data/
|
||||
*/neo4j_data/
|
||||
rag/chromadb/
|
||||
rag/*.sqlite3
|
||||
|
||||
# =============================
|
||||
# 🤖 Model weights (big)
|
||||
# =============================
|
||||
models/
|
||||
*.gguf
|
||||
*.bin
|
||||
*.pt
|
||||
*.safetensors
|
||||
|
||||
# =============================
|
||||
# 📦 Node modules (installed via npm)
|
||||
# =============================
|
||||
node_modules/
|
||||
core/relay/node_modules/
|
||||
Reference in New Issue
Block a user