-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
85 lines (79 loc) · 1.6 KB
/
Copy path.gitignore
File metadata and controls
85 lines (79 loc) · 1.6 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Python cache
__pycache__/
*.py[cod]
.pytest_cache/
# Runtime artifacts generated by verify scripts
audit/
ssot/
reports/
dispatch/
results/
verdicts/
runtime/
!src/agn/runtime/
!src/agn/runtime/**
src/agn/runtime/**/__pycache__/
src/agn/runtime/**/*.pyc
!src/agn/dispatch/
!src/agn/dispatch/**
HOST_INFO.md
.telegram_pids
.agn_pids
AGN_debuggingFiles/KiraraChatHistory.json
.agn_workspace/
agn2/awakening/current_state.json
agn2/awakening/recent_context.md
agn2/awakening/scheduler_last_run.json
agn2/admin_profile.json
config/tool_reality_cards.json
config/tool_reality_cards.local.json
.local/
# Public export/local archive exclusions
documentation/AgentDebugging/
documentation/archive/
documentation/admin/AGN1.0_*
documentation/admin/AGN_Evo*_Regression_Report_*.md
documentation/admin/AGN_Evo*_Regression_Report_*.json
documentation/admin/*_Artifacts_Index.json
documentation/admin/*_Summary.json
# Memory plane runtime state (keep skeleton only)
memory/events/*/*.jsonl
memory/state/*.json
memory/instances/*.json
memory/conflicts/*.json
memory/records/**
!memory/records/
!memory/records/.gitkeep
memory/records/test/
!memory/events/.gitkeep
!memory/state/.gitkeep
!memory/instances/.gitkeep
!memory/conflicts/.gitkeep
!memory/README.md
memory/priors/*.json
!memory/priors/.gitkeep
# Local env/editor noise
.DS_Store
.vscode/
.idea/
*.log
.env
.env.*
venv/
.venv/
*.egg-info/
node_modules/
**/node_modules/
dist/
build/
target/
*.sqlite
*.sqlite3
*.db
agn2/control_plane/src-tauri/target/
# AGN safety: auto-added sensitive file patterns
*.pem
*.key
credentials.json
.secrets
agn2/conversation_monitor/src-tauri/target/