Files
Verstack Local 841a95c56a Complete native workbench, imports, signatures, and catalog management
Save the tested release workflows, RAM media processing, program discovery, FLIRT library, and shared-object maintenance. Add Git exclusions, file attributes, and instructions for a later push using a forwarded SSH agent.
2026-09-13 16:38:57 -05:00

55 lines
732 B
Plaintext

/target/
/.cargo-home/
/data/
/config.json
/config.*.json
!/config.example.json
/pipeline*.json
/.env
/.env.*
!/.env.example
/.ssh/
/keys/
/secrets/
*.key
*.pem
# Firmware, retained analysis, and disposable local exports belong outside Git.
/firmware/
/imports/
/exports/
/scratch/
*.spk
*.spk.zip
*.img
*.img.*
*.rom
*.gzf
*.sqlite3
*.sqlite3-*
*.db-wal
*.db-shm
*.log
# Local environments, test reports, and editor caches.
/.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
playwright-report/
test-results/
.DS_Store
*.swp
*.swo
__pycache__/
*.pyc
/tools/
node_modules/
/workbench/*/lib/
/workbench/browser-app/src-gen/
/workbench/browser-app/lib/
/workbench/browser-app/gen-webpack*
/workbench/browser-app/esbuild.mjs