- Replace the Python/Docker setup with a Rust workspace and Tauri frontend - Add core crates for archive, audio, MIDI, plugin, and desktop UI layers - Refresh the app scaffolding, build config, and documentation
22 lines
356 B
Plaintext
22 lines
356 B
Plaintext
node_modules/
|
|
dist/
|
|
src-tauri/target/
|
|
target/
|
|
.DS_Store
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
Fbrowser.7z
|
|
baseline_zip.zip
|
|
python-src/Dockerfile
|
|
python-src/docker-compose.yml
|
|
python-src/docker-compose.debug.yml
|
|
migrations/0001_init.sql
|
|
__pycache__/
|
|
test.png
|
|
paq9a.cpp
|
|
src-paq-next/output.paqg++
|
|
output_v2.paq
|
|
output.paq
|
|
pypaqtest.paq
|
|
src-paq-next/ |