# BidBrain. Code and docs are shared. Steven's data stays local on the Mac # Studio and is never pushed to the shared copy. Golden rule, data stays local. # Logged in browser profile (cookies, sessions). Never share. data/browser_profile/ data/*_state.json data/.login_done # The local database of stock, assessments and learned figures. data/bidbrain.db # Captured live pages and screenshots used while building the readers. data/inspect/ # Generated output, rebuilt by build.py. cockpit.html # Python and macOS noise. __pycache__/ *.pyc .DS_Store # Local only launch and editor settings. .claude/