Initial commit: AbletonMCP_AI v3.0 Senior Architecture

This commit is contained in:
Administrator
2026-04-12 22:14:35 -03:00
commit 34f75676ca
119 changed files with 89528 additions and 0 deletions

59
.gitignore vendored Normal file
View File

@@ -0,0 +1,59 @@
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
# Virtual environments
venv/
env/
ENV/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# User sample library (NEVER commit this - it's the user's 511 samples)
libreria/
librerias/
# Ableton built-in scripts (we only modify AbletonMCP_AI)
_APC/
_Framework/
_Komplete_Kontrol/
_MPDMkIIBase/
_MxDCore/
_Tools/
_Generic/
_UserScript/
APC*/
Blackstar_Live_Logic/
BCR2000/
BCF2000/
BeatStep/
Axiom_*/
# Working repo (separate development copy)
working_repo/
# Test outputs and temp files
*.tmp
*.temp
*.log
test_outputs/
# OS files
.DS_Store
Thumbs.db
# JSON presets (optional - they're generated)
# AbletonMCP_AI/presets/*.json
# Database files (optional - can be regenerated)
# AbletonMCP_AI/mcp_server/engines/*.db
# AbletonMCP_AI/mcp_server/engines/*.npy