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.
55 lines
732 B
Plaintext
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
|