# Rust build artifacts
/target/

# Python artifacts
__pycache__/
*.pyc
*.pyo
*.pyd
*.so
*.dylib
*.egg-info/
dist/
build/
.pytest_cache/
.venv/

# Compart transient state
.compart/

# Language SDK artifacts
sdk/typescript/node_modules/
sdk/typescript/*.node
sdk/typescript/native/target/
sdk/typescript/native/Cargo.lock
sdk/typescript/*.tgz
sdk/typescript/sdk-darwin-*/

# Bench & transient state
.DS_Store
.opencode/
.agents/
.claude/
