-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
32 lines (27 loc) · 746 Bytes
/
Copy path.gitignore
File metadata and controls
32 lines (27 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# OS / editor
.DS_Store
Thumbs.db
*.swp
*.swo
.idea/
.vscode/
*.log
# Application (see MA/)
MA/node_modules/
MA/MA-logs/*
!MA/MA-logs/.gitkeep
MA/MA-logs/*.pid
# Secrets & local LLM config
MA/MA-Config/ma-config.json
# Chat session transcripts (GUI history)
MA/MA-Config/chat-sessions/
# Sandboxed workspace — user projects stay local only (planning kit is an exception)
MA/MA-workspace/*
!MA/MA-workspace/.gitkeep
!MA/MA-workspace/MA-Memory-Architect/
!MA/MA-workspace/MA-Memory-Architect/**
# Entity runtime data (memories, search indexes, project archives, agent prompt logs)
MA/BackEnd/MA-entity/entity_ma/memories/
MA/BackEnd/MA-entity/entity_ma/index/
MA/BackEnd/MA-entity/entity_ma/archives/
MA/BackEnd/MA-entity/**/prompt-history/