/target
*.swp
*.swo
.DS_Store
TODO.md
GTM.md
.local

# Agent guidelines (per-contributor preference)
AGENTS.md
CLAUDE.md
GEMINI.md
.claude/

# Superpowers skill artifacts (specs, plans)
docs/superpowers/

# AI Review System
.review_state.yaml
.review_history/

# Fuzz testing artifacts
fuzz/target
fuzz/corpus
fuzz/artifacts

# Direnv and Nix
.envrc
.direnv/
flake.nix
flake.lock

# Local repo automation helpers
scripts/cargo-serial
