# secrets
.env
.envrc

# python
*.pyc
__pycache__/
*.egg-info/
venv/
.venv/

# node
node_modules/
dist/
.astro/

# os
.DS_Store

# build artifacts
api/.aws-sam/
*.db

# large binary data
api/weights/*.npy
api/cache/
research/*/cache/
research/*/gold_data/
demo/recordings/*.webm

# terraform
infra/.terraform/
*.tfstate
*.tfstate.backup
.terraform.lock.hcl

# internal tools
.omx/
.claude/
.sisyphus/
