# build output
/target
/dist
/dist-test
*.bin

# the built index — your entire chat history lives here. NEVER commit this.
/data

# python
/py/.venv
__pycache__/
*.pyc

# local scratch/debug helper
py/_check.py

# tooling / scratch
/web/shots
/.playwright-mcp
*.log

# OS cruft
.DS_Store
Thumbs.db

# prebuilt rust binary staged for wheel packaging (CI / local build)
_bin/
