/target
**/*.rs.bk
*.pdb

# IDE / agent tooling
.idea/
.vscode/
.claude/
*.iml

# OS
.DS_Store
Thumbs.db

# Env
.env
.env.local
.env.*.local

# Logs
*.log

# Bench output
/criterion

# fastembed downloads model weights into this dir on first run
**/.fastembed_cache/

# ts-rs default output dir. tl-codegen writes the canonical TS bindings to
# sdks/typescript/src/generated/ via TS_RS_EXPORT_DIR; anything landing here
# is a duplicate from running ts-rs tests without that env var.
/crates/tl-core/bindings/

# Python build artifacts
__pycache__/
*.py[cod]
*.egg-info/
sdks/python/dist/
sdks/python/build/

# JS/TS workspace
node_modules/
.pnpm-store/
**/dist/
.next/
.turbo/
*.tsbuildinfo
.env*.local

# graphify: cache is local-only; commit graph.json + GRAPH_REPORT.md
graphify-out/cache/
