.codebase-memory/
.kata.toml
.kata.local.toml
.kata/
.docs/

# Rust build output
target/

# Python environments and caches
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Python/Rust extension build artifacts
dist/
build/
*.egg-info/
python/okpalette/_core*.so

# Generated smoke-test review artifacts
output/
