-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
85 lines (75 loc) · 1.27 KB
/
.gitignore
File metadata and controls
85 lines (75 loc) · 1.27 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
# Compiled Go binaries
/*.exe
/*.exe~
/*.dll
/*.so
/*.dylib
/aurago.exe
# bin/ — track Linux release binaries, ignore Windows executables
/bin/*.exe
/bin/aurago
# Allow: bin/aurago_linux, bin/lifeboat_linux, bin/config-merger
/bin/aurago_linux
/bin/lifeboat_linux
/bin/config-merger
# Lock files (runtime)
*.lock
# Deploy output
/deploy/
deploy_linux.ps1
# Secrets & Configuration (CRITICAL!)
config_debug.yaml
config_local.yaml
*.env
.env
.env.*
telegram_token.txt
client_secret.json
token.json
*.pem
*.key
id_rsa*
ssh_connections.json
data/secrets.vault
data/vault.bin
data/budget.json
# Databases & Memory (Kein Backup von RAG oder Chat-Historie)
*.db
*.sqlite
*.sqlite3
*.gob
chat_history.json
chromem-go_data/
agent_workspace/workdir/
agent_workspace/tools/broken_tools/
data/vectordb/
data/vectordb_backup/
data/tts/
data/core_memory.db
data/short_term.db
data/short_term.db-shm
data/short_term.db-wal
data/inventory.db
data/aurago.lock
# Runtime data (generated at runtime by the agent)
data/character_journal.md
data/chat_history.json
data/core_memory.md
data/crontab.json
data/current_plan.md
data/graph.json
data/state.json
# Python Virtual Environments
.venv/
venv/
__pycache__/
# Logs
log/
*.log
# IDEs
.vscode/
# Vaults
*.vault
*.bin
# Audit reports
CODE_AUDIT_REPORT.md