# Local-only working docs (mirrors sister-repo convention)
docs/superpowers/

# Rust build artifacts
/target

# lihaaf-managed dylib copies and per-session temp dirs (when adopters
# point lihaaf at their own tree from this repo's root, which they
# shouldn't but might during local dev)
/target/lihaaf
/target/lihaaf-build

# Compat-mode overlay artifact: `materialize_overlay` writes a sibling
# `Cargo.lihaaf.toml` next to the upstream manifest. Running compat
# against this repo (`cargo lihaaf --compat --compat-root .`) lands the
# overlay here.
/Cargo.lihaaf.toml

# Editor / OS noise
.DS_Store
.idea/
.vscode/
*.swp
*~

# Environment files
.env
.env.local

# Claude Code working state (per-session, not source)
.claude/
