node_modules
dist
.vercel
.astro

# Scanner internal state (not for deploy)
scanner/bus/
scanner/memory/episodes/
scanner/memory/reflections/
scanner/memory/calibration.jsonl
scanner/memory/counterfactual_log.jsonl
scanner/data/history/
scanner/data/signals_cache/
__pycache__/
*.pyc

# V6 runtime state (regenerated at runtime)
scanner/v6/bus/*.json
scanner/v6/bus/*.jsonl
scanner/v6/data/*.json
scanner/v6/data/*.jsonl
scanner/v6/cache/
scanner/v6/*.log
scanner/data/live/

# Python
.venv/
*.egg-info/
build/
dist/

# Dead weight — never track
node_modules/
.astro/
*.DEAD.py
*_DEAD.py
*_backup.py
.env
