forked from KamiliaBlow/RoleplayCore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
183 lines (155 loc) · 4.6 KB
/
.gitignore
File metadata and controls
183 lines (155 loc) · 4.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
# =============================================================================
# VoxCore .gitignore
# =============================================================================
# -- Build output -------------------------------------------------------------
build*/
out/
cmake-build-*/*
tools/build/
# -- Secrets / tokens ---------------------------------------------------------
.env
*.env
config/*.local.env
VoxCore Reader Bot.txt
# -- Node / JS ----------------------------------------------------------------
node_modules/
# -- IDE / editor -------------------------------------------------------------
.vs
.vscode
.idea/*
.browse.VC*
nbproject/*
CMakeLists.txt.user
*.user
.directory
.DS_Store
*.kdev*
# -- Merge / patch artifacts --------------------------------------------------
*.orig
*.rej
*.bak
*.patch
*.diff
*.REMOTE.*
*.BACKUP.*
*.BASE.*
*.LOCAL.*
*~
# -- External tools & data (own repos, large binaries) ------------------------
runtime/
tools-dev/
website/
archive/
# NOTE (2026-04-12): ExtTools/, wago/, addons/, TransmogBridge*, TransmogSpy* moved to CalmCore
# (WoW-only per project principle — see CalmCore/CLAUDE.md).
# -- Caches & generated data --------------------------------------------------
cache/
.cache/
__pycache__/
.opcode_cache.json
logs/
# -- Discord raw exports (30K+ messages, sensitive) --------------------------
doc/discord_export_*.json
# -- Transmog source export (copies of src/ files for external AI) -----------
doc/transmog_source_export/
# -- AI Studio runtime (junctions, inbox contents, archives) -----------------
AI_Studio/Projects/*/Z_SourceCode/
AI_Studio/1_Inbox/
AI_Studio/4_Archive/
AI_Studio/Z_VoxCore_Session_Logs/
tools/ai_router_log.txt
# -- SQL exports & generated reports (not source) -----------------------------
sql/dumps/
sql/exports/locale/
sql/exports/existing_smartai_entries.txt
sql/exports/missing_smartai_entries.txt
sql/exports/cleanup/*.txt
# -- SQL old archives (historical TDB, keep only 12.x) -----------------------
sql/old/2.4.3/
sql/old/3.0.9/
sql/old/3.1.3/
sql/old/3.2.2a/
sql/old/3.3.2/
sql/old/3.3.3a/
sql/old/3.3.5a/
sql/old/4.2.2/
sql/old/4.3.4/
sql/old/6.x/
sql/old/7/
sql/old/8.x/
sql/old/9.x/
sql/old/10.x/
sql/old/11.x/
# -- Lighthouse reports (generated) -------------------------------------------
tools/command-center/lighthouse-*
# -- Legacy / one-off files ---------------------------------------------------
src/server/scripts/Custom/cs_custom.cpp
src/server/scripts/Custom/custom_commandscrip.cpp
Claude Code Prompts.txt
build_cli.bat
src/server/scripts/Custom/private_work.cpp
# -- Claude config (local-only) -----------------------------------------------
.claude.json
.clangd
# -- Large data files / generated dirs ----------------------------------------
listfile.csv
catalog/
tests/integration/
tools/antigravity/watchdog.log
# -- Personal / sensitive data (never commit) ---------------------------------
**/Personal_Data_Matrix*
**/Master_Resume*
**/Career_Package*
**/Career_Evidence*
**/Brand_Master_Playbook*
**/Brand_Standards*
**/Brand_Foundation*
**/Brand_Research*
**/Prompt_Kit*
**/Resume_OWF*
**/Profile_Package*
**/*_Resume_*.docx
**/*_Resume_*.md
**/Adam_Taylor_*
**/VoxCore_Brand_*
**/VoxCore_Website_Content*
**/claude_code_reliability_audit*
# -- VCS artifacts ------------------------------------------------------------
.hg/
.mailmap
docx_extract*.txt
sql/migration_snapshots/
# -- AI Studio generated reports (review cycles, audits, briefs) --------------
AI_Studio/Reports/
AI_Studio/4_NotebookLM/
# -- Published tool snapshots (each has its own GitHub repo) -------------------
tools/publishable/
# -- MCP servers & local tool config (own repos / local-only) -----------------
tools/mcp-voxcore-db/
tools/mcp-voxcore-server/
tools/mcp-config.toml
tools/migration/
tools/voxcore-daemon/state/
config/migration/
# -- Deprecated Antigravity artifacts -----------------------------------------
tools/antigravity/patch_mcp_autoconfirm.py
tools/antigravity/voxguard-extension/package-lock.json
# -- Generated source dumps (API architect) -----------------------------------
tools/api_architect/*_source*.txt
# -- Temp scripts (tools/) ----------------------------------------------------
tools/_*.py
tools/_diverged_backup/
# -- Temp files at repo root ---------------------------------------------------
.tmp_*
_build_output.txt
_build_now.bat
_build_temp.bat
_cmake_output.txt
*_dump_*.pkt_hotfixes.sql
repair_scene_scripts.sql
repair_scene_scripts_report.txt
# -- Claude Code local state ---------------------------------------------------
.claude/agent-memory/
.mcp.json
# -- Data artifacts (generated output) -----------------------------------------
data/