# 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/
infra/tfplan
research/korean-legal-bench/kbl/
research/korean-legal-bench/kcl/

# ingestion logs
scripts/ingest_korean_law/*.log

# engine runtime data
engine/data/
engine/data-sq8/

# large binary data
*.bin
*.pt
*.npy
*.npz
*.pkl
*.webm

# large research data
research/longmemeval/data/

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

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