60 lines
811 B
Plaintext
60 lines
811 B
Plaintext
# 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
|