.tkr-kit
_ref
*.bak
bak.*
.context-kit.bak/

# Rust build artifacts
/target/

# Generated review/analysis reports
/output/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local
.env.*.local

# Test coverage
*.profraw
*.profdata
coverage/
lcov.info
.coverage
htmlcov/
lcov-rust.info

# Logs
*.log
logs/

# Build artifacts
*.so
*.dylib
*.dll
*.dSYM/

# Python (for future bindings)
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
build/
*.whl
.venv/
venv/

# Node (for future bindings)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# WASM (for future bindings)
pkg/
*.wasm

# Lance data files (for testing)
*.lance/

# Documentation build
docs/book/

# Local development
.claude/
!.claude/commands/
*.node

# tkr-kit (local/machine-specific)
.koji/
.mcp.json
.claude/settings.local.json
CLAUDE.local.md
