50 lines
949 B
Plaintext
50 lines
949 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
|
|
app/storage/temp/
|
|
.DS_Store
|
|
|
|
# VST3 and sample library directories (proprietary binaries)
|
|
vst_plugins/
|
|
samples/
|
|
.idea/
|
|
.vscode/
|
|
*.log
|
|
celerybeat-schedule
|
|
node_modules
|
|
src-tauri/target/
|
|
src-tauri/binaries/
|
|
src-tauri/resources/daw_engine/
|
|
src-tauri/vc_redist.x64.exe
|
|
app/storage/plugin_dirs.json
|
|
app/storage/sf_scan_state.json.bak-root
|
|
app/storage/soundfonts/
|
|
|
|
# build-time vendor trees & accidental artifacts (never commit)
|
|
native_bridge/vcpkg_installed/
|
|
native_bridge/sfizz-src/
|
|
|
|
# install/ portable package: chi commit 3 binary nho (bridge/lib/app);
|
|
# daw_engine/ ~1.8GB tu build bang build_install.ps1
|
|
install/daw_engine/
|
|
app/static/js/_diag.txt
|
|
src-tauri/resources/daw_engine" && cp -r*
|