mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-08-13 14:10:28 +02:00
release: prepare v0.9.7
This commit is contained in:
+67
-2
@@ -6,13 +6,32 @@ node_modules/
|
||||
venv/
|
||||
env/
|
||||
.venv/
|
||||
backend/.venv-dir
|
||||
backend/venv-repair*/
|
||||
backend/.venv-repair*/
|
||||
|
||||
# Environment Variables & Secrets
|
||||
.env
|
||||
.envrc
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
.npmrc
|
||||
.pypirc
|
||||
.netrc
|
||||
*.pem
|
||||
*.key
|
||||
*.crt
|
||||
*.csr
|
||||
*.p12
|
||||
*.pfx
|
||||
id_rsa
|
||||
id_rsa.*
|
||||
id_ed25519
|
||||
id_ed25519.*
|
||||
known_hosts
|
||||
authorized_keys
|
||||
|
||||
# Python caches & compiled files
|
||||
__pycache__/
|
||||
@@ -22,11 +41,15 @@ __pycache__/
|
||||
.Python
|
||||
.ruff_cache/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.hypothesis/
|
||||
.tox/
|
||||
|
||||
# Next.js build output
|
||||
.next/
|
||||
out/
|
||||
build/
|
||||
*.tsbuildinfo
|
||||
|
||||
# Deprecated standalone Infonet Terminal skeleton (migrated into frontend/src/components/InfonetTerminal/)
|
||||
frontend/infonet-terminal/
|
||||
@@ -49,6 +72,8 @@ backend/ais_cache.json
|
||||
backend/carrier_cache.json
|
||||
backend/cctv.db
|
||||
cctv.db
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
|
||||
# ========================
|
||||
@@ -63,6 +88,7 @@ backend/data/*
|
||||
!backend/data/military_bases.json
|
||||
!backend/data/plan_ccg_vessels.json
|
||||
!backend/data/plane_alert_db.json
|
||||
!backend/data/power_plants.json
|
||||
!backend/data/tracked_names.json
|
||||
!backend/data/yacht_alert_db.json
|
||||
|
||||
@@ -129,6 +155,7 @@ frontend/eslint-report.json
|
||||
# Old backups & repo clones
|
||||
.git_backup/
|
||||
local-artifacts/
|
||||
release-secrets/
|
||||
shadowbroker_repo/
|
||||
frontend/src/components.bak/
|
||||
frontend/src/components/map/icons/backups/
|
||||
@@ -136,6 +163,7 @@ frontend/src/components/map/icons/backups/
|
||||
# Coverage
|
||||
coverage/
|
||||
.coverage
|
||||
.coverage.*
|
||||
dist/
|
||||
|
||||
# Test scratch files (not in tests/ folder)
|
||||
@@ -152,8 +180,11 @@ backend/services/ais_cache.json
|
||||
docs/*
|
||||
!docs/mesh/
|
||||
docs/mesh/*
|
||||
!docs/mesh/threat-model.md
|
||||
!docs/mesh/claims-reconciliation.md
|
||||
!docs/mesh/mesh-canonical-fixtures.json
|
||||
!docs/mesh/mesh-merkle-fixtures.json
|
||||
!docs/mesh/wormhole-dm-root-operations-runbook.md
|
||||
.local-docs/
|
||||
infonet-economy/
|
||||
updatestuff.md
|
||||
@@ -173,6 +204,40 @@ jobs.json
|
||||
.mise.local.toml
|
||||
.codex-tmp/
|
||||
prototype/
|
||||
.runtime/
|
||||
|
||||
# Python UV lock file (regenerated from pyproject.toml)
|
||||
uv.lock
|
||||
# ========================
|
||||
# Runtime state & operator-local data (never commit)
|
||||
# ========================
|
||||
# TimeMachine snapshot cache — regenerated at runtime, can be 100 MB+
|
||||
backend/timemachine/
|
||||
# Operator witness keys, identity material, transparency ledgers (machine-local)
|
||||
ops/
|
||||
# Runtime DM relay state
|
||||
dm_relay.json
|
||||
# Dev scratch notes
|
||||
improvements.txt
|
||||
|
||||
# ========================
|
||||
# Custody verification temp dirs (runtime test artifacts with private keys!)
|
||||
# ========================
|
||||
backend/sb-custody-verify-*/
|
||||
|
||||
# Python egg-info (build artifact, regenerated by pip install -e)
|
||||
*.egg-info/
|
||||
|
||||
# Privacy-core debug build (Windows DLL, 3.6 MB, not shipped)
|
||||
privacy-core/debug/
|
||||
|
||||
# Desktop-shell export stash dirs (empty temp dirs from Tauri build)
|
||||
frontend/.desktop-export-stash-*/
|
||||
|
||||
# Wormhole logs (can be 30 MB+ each, runtime-generated)
|
||||
backend/data/wormhole_stderr.log
|
||||
backend/data/wormhole_stdout.log
|
||||
|
||||
# Runtime caches that already slip through the backend/data/* blanket
|
||||
# (these are caught by the wildcard but listing for clarity)
|
||||
|
||||
# Compressed snapshot archives (can be 100 MB+)
|
||||
*.json.gz
|
||||
|
||||
Reference in New Issue
Block a user