# vscode
.vscode/*
!.vscode/settings.json
!.vscode/extensions.json

.vscode/launch.json

# Zed
.zed/*
!.zed/settings.json

# Intellij
*.iml
.idea

# npm
node_modules

# Don't include the compiled main.js file in the repo.
# They should be uploaded to GitHub releases instead.
main.js

# Exclude sourcemaps
*.map

# obsidian
data.json
sessions/

# Exclude macOS Finder (System Explorer) View States
.DS_Store

# AI coding agent settings (tracked for shared configuration)
# .claude/

# MCP client configuration
.mcp.json

# Local cache and memory data generated by Serena MCP
.serena/

# VitePress build output
docs/.vitepress/dist/
docs/.vitepress/cache/

# Personal developer logs
dev/

# Local implementation plans and working documents
plan/
