/target
**/*.rs.bk

# Editors
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Claude Code local state
.claude/

# Local data dirs (in case someone runs mneme inside the repo)
/.mneme/

# Working notes and design docs are author-local; not shipped publicly.
/proj_docs/

# mdBook build output (the source lives at book/src/, the compiled
# site is regenerated by .github/workflows/pages.yml).
/book/book/
