# secrets
.env
.envrc
.secret/

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

# node
node_modules/
dist/
.astro/

# os
.DS_Store

# build artifacts
api/.aws-sam/
*.db
.build/
target/
web/.test-dist/
.wrangler/
research/polarity-and-relation-retrieval-poc/.venv/
infra/tfplan
research/korean-legal-bench/kbl/
research/korean-legal-bench/kcl/

# ingestion logs
scripts/ingest_korean_law/*.log

# engine runtime data
engine/data/

# large binary data
*.pt
api/weights/*.npy
research/**/*.npy
api/cache/
research/*/cache/
research/*/cache-no-xet/
research/*/gold_data/
research/beir-mteb/encoded/
research/beir-mteb/raw/
research/beir-mteb/pods_active.json
research/beir-mteb/launch_pods.sh
research/polarity-and-relation-retrieval-poc/runs/
*.npz
*.npy
*.pkl
docs/demo/recordings/*.webm

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

# internal tools
.omx/
.claude/
.sisyphus/
.superpowers/
.tmp-*/
