# Build artifacts
target/
**/*.rs.bk
# IDE / editor
/.idea
/.vscode
*.swp
.DS_Store
# Local secrets / scratch
.env
.env.*
# Unreviewed insta snapshot updates — only committed .snap files ship.
*.snap.new
# Private design spec — not published to the public repo.
/2026-07-09-skillpack-design.md
.omo/
memory:/
# Freebuff desktop app local state — never commit or publish.
.freebuff/
# Codegraph IDE cache (symlinked out of the repo) — local-only, never commit
# or publish. Kept in the committed .gitignore (not just .git/info/exclude) so
# it is excluded on every machine and by `cargo package`.
.codegraph/
# Claude Code per-machine settings — never commit. The committed native skill
# lives at .claude/skills/<name>/SKILL.md (generated by `init --target claude`).
.claude/settings.local.json