# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Build output
*.js.map
*.wasm

# IDE and editor file
.idea/
.vscode/
.claude
CLAUDE.md
doc/obsidian-plugin-template.md
*.swp
*.swo
.DS_Store
*.zip

# Environment variables
.env
.env.local
.env.*.local

# Logs
logs
*.log
log.md

# Testing
coverage/

# Temporary files
*.tmp
*.temp
node_modules

# Git worktrees
.worktrees/

# Main file as this compiled
main.js
main.ts.working
Style2CSS.txt

# Chromium user data (contains browsing session data)
chromium-user-data/

# Superpowers workflow docs (specs/plans) — internal scaffolding, not for distribution
docs/superpowers/

# Personal deploy script — references local vault paths; not for distribution
scripts/deploy.sh
.fallow/
graphify-out/
src/graphify-out/graph.json
src/graphify-out/GRAPH_REPORT.md
src/graphify-out/cache/
src/graphify-out/graph.html
src/graphify-out/.graphify_root
src/graphify-out/.graphify_python
