feat: reggaeton production system with intelligent sample selection and FLP generation
This commit is contained in:
58
.gitignore
vendored
Normal file
58
.gitignore
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
# ── Python ──────────────────────────────────────────
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
.eggs/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
|
||||
# ── Datos generados (regenerables) ──────────────────
|
||||
data/sample_index.json
|
||||
data/analysis_checkpoint.jsonl
|
||||
data/rename_log.json
|
||||
data/rename_plan.json
|
||||
|
||||
# ── Samples de audio (binarios masivos / licenciados)
|
||||
libreria/
|
||||
librerias/analyzed_samples/
|
||||
librerias/organized_samples/
|
||||
librerias/reggaeton/
|
||||
librerias/all_tracks/
|
||||
librerias/vector_store/
|
||||
|
||||
# ── Proyectos personales de FL Studio ───────────────
|
||||
my space ryt/
|
||||
my space ryt.zip
|
||||
|
||||
# ── Outputs generados ───────────────────────────────
|
||||
output/*.flp
|
||||
output/*.wav
|
||||
output/*.mp3
|
||||
|
||||
# ── Binarios y modelos ML ───────────────────────────
|
||||
*.npy
|
||||
*.faiss
|
||||
*.pkl
|
||||
|
||||
# ── Artefactos de FL Studio / MCP ───────────────────
|
||||
flstudio-mcp/midi_rag_database.pkl
|
||||
flstudio-mcp/user_preferences.pkl
|
||||
|
||||
# ── IDEs y OS ───────────────────────────────────────
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
|
||||
# ── Referencias externas (repo de terceros) ──────────
|
||||
references/
|
||||
Reference in New Issue
Block a user