mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-03-27 14:51:40 +00:00
* feat(forecast): add replayable deep forecast lifecycle * fix(forecast): serialize replay snapshot market index
67 lines
1.4 KiB
Plaintext
67 lines
1.4 KiB
Plaintext
node_modules/
|
|
.idea/
|
|
dist/
|
|
public/blog/
|
|
.DS_Store
|
|
*.log
|
|
.env
|
|
.env.local
|
|
.playwright-mcp/
|
|
*-network.txt
|
|
.vercel
|
|
api/\[domain\]/v1/\[rpc\].js
|
|
api/\[\[...path\]\].js
|
|
.claude/
|
|
.cursor/
|
|
CLAUDE.md
|
|
.env.vercel-backup
|
|
.env.vercel-export
|
|
.agent/
|
|
.factory/
|
|
.windsurf/
|
|
skills/
|
|
ideas/
|
|
docs/internal/
|
|
docs/ideation/
|
|
internal/
|
|
test-results/
|
|
src-tauri/sidecar/node/*
|
|
!src-tauri/sidecar/node/.gitkeep
|
|
|
|
# AI planning session state
|
|
.planning/
|
|
|
|
# Compiled sebuf gateway bundle (built by scripts/build-sidecar-sebuf.mjs)
|
|
api/[[][[].*.js
|
|
|
|
# Compiled sidecar domain handler bundles (built by scripts/build-sidecar-handlers.mjs)
|
|
api/*/v1/\[rpc\].js
|
|
.claudedocs/
|
|
|
|
# Large generated data files (reproduced by scripts/)
|
|
scripts/data/pizzint-processed.json
|
|
scripts/data/osm-military-processed.json
|
|
scripts/data/military-bases-final.json
|
|
scripts/data/dedup-dropped-pairs.json
|
|
scripts/data/pizzint-partial.json
|
|
scripts/data/gpsjam-latest.json
|
|
scripts/data/mirta-raw.geojson
|
|
scripts/data/osm-military-raw.json
|
|
scripts/data/forecast-replays/
|
|
|
|
# Iran events data (sensitive, not for public repo)
|
|
scripts/data/iran-events-latest.json
|
|
|
|
# Military bases rebuild script (references external Supabase URLs)
|
|
scripts/rebuild-military-bases.mjs
|
|
.wrangler
|
|
|
|
# Build artifacts (generated by esbuild/tsc, not source code)
|
|
api/data/city-coords.js
|
|
|
|
# Runtime artifacts (generated by sidecar/tools, not source code)
|
|
api-cache.json
|
|
verbose-mode.json
|
|
skills-lock.json
|
|
tmp/
|