# Runtime data (assets, jobs, db) — never commit
data/

# Python
.venv/
venvs/
__pycache__/
*.pyc
.python-version

# Node / frontend build
web/node_modules/
web/dist/

# Secrets & local config
*.env
.env
server/.env

# Large model weights / caches
models/
*.safetensors
*.ckpt
*.pt

# Compiled native helpers (source is committed, binary is not)
bin/objcap
bin/*.o

# OS
.DS_Store
vendor/

# Brush runtime autotune cache
target/

# Brush prebuilt binary (reinstall via scripts/install_brush.sh)
bin/brush
bin/brush-app-aarch64-apple-darwin/
