__pycache__/
*.pyc
.venv/
.agentloops/
.pytest_cache/
.env
*.env
.env.*

# Internal business planning — never push to repo
_internal/
INVESTOR_MEMO.md
TEST_TRACKING.md

# Platform code — private (the paid product)
server/
dashboard/
supabase/

# Build artifacts
dist/
*.egg-info/
build/
demo.gif
uv.lock
.local-research/
