Sync: Complete project state with all MEGA SPRINT V1-V3 features and Codex stubs
This commit is contained in:
24
.gitignore
vendored
24
.gitignore
vendored
@@ -51,6 +51,9 @@ Thumbs.db
|
||||
# Claude
|
||||
.claude/
|
||||
|
||||
# Ralph local secrets
|
||||
ralph/config/telegram.local.json
|
||||
|
||||
# Samples and large media
|
||||
*.wav
|
||||
*.mp3
|
||||
@@ -59,6 +62,7 @@ Thumbs.db
|
||||
*.aif
|
||||
|
||||
# Large library directories
|
||||
libreria/
|
||||
librerias/
|
||||
|
||||
# Other remote scripts (not our project)
|
||||
@@ -77,7 +81,6 @@ HUMAN_FEEL_IMPLEMENTATION.md
|
||||
MCP_SETUP_SUMMARY.md
|
||||
MCP_VERIFICATION.md
|
||||
QWEN_MCP_SETUP.md
|
||||
abletonmcp_init.py
|
||||
abletonmcp_server.py
|
||||
add_samples_script.py
|
||||
agent10_diagnosis.py
|
||||
@@ -120,6 +123,25 @@ microKONTROL/
|
||||
# AbletonMCP_AI runtime state
|
||||
AbletonMCP_AI/diversity_memory.json
|
||||
AbletonMCP_AI/MCP_Server/scan_log.txt
|
||||
AbletonMCP_AI/AbletonMCP_AI/diversity_memory.json
|
||||
AbletonMCP_AI/AbletonMCP_AI/MCP_Server/scan_log.txt
|
||||
AbletonMCP_AI/MCP_Server/*.log
|
||||
AbletonMCP_AI/MCP_Server/health_check_result.json
|
||||
*.bak
|
||||
|
||||
# Temporary/test scripts directory
|
||||
temp/
|
||||
|
||||
# Keep temp/ ignored, but do not hide future scripts globally.
|
||||
|
||||
# Runtime files that must be versioned
|
||||
!abletonmcp_init.py
|
||||
|
||||
# Diagnostic and temp scripts
|
||||
check_*.py
|
||||
validate_*.py
|
||||
final_check.py
|
||||
quick_check.py
|
||||
temp_*.py
|
||||
diagnostico_*.py
|
||||
*demo.py
|
||||
|
||||
Reference in New Issue
Block a user