
__pycache__/
.clickllm/
.DS_Store
.pytest_cache/
.ruff_cache/
.serena/
.venv/
*.egg-info/
*.py[cod]
*.sqlite
# local state — captured traffic and eval sets never get committed
# Rust
build/
dist/
target/
temp/
uv.lock

# `clickllm kernel` scaffolds a plugin package into the cwd. Running it from the
# repo root during a check should never commit the output.
/*-kernel/
/fused-*/
