Files
3dtours d0def4bf1e feat: auto-scan soundfont for Synth instrument list
Background daemon (30s interval) tracks scanned files via
sf_scan_state.json (size+mtime). Only inspects new/changed SFs.
Catalog served from scanner cache, no full re-scan per request.
Upload/delete trigger immediate re-scan.
2026-07-28 07:06:37 +07:00

31 lines
407 B
Plaintext

.git/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.env
.venv
venv/
ENV/
app/storage/uploads/*
app/storage/processed/*
!app/storage/uploads/.gitkeep
!app/storage/processed/.gitkeep
app/storage/*.db
app/storage/sf_scan_state.json
.DS_Store
# VST3 and sample library directories (proprietary binaries)
vst_plugins/
samples/
.idea/
.vscode/
*.log
celerybeat-schedule
node_modules