# vscode
.vscode

# 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

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

#environment variables
.env

# Gas Town (added by gt)
.runtime/
.claude/settings.local.json
.logs/
__pycache__/
.beads/
data-backup.json

# RAG index — generated at runtime from vault contents, vault-specific and large
rag-index.json

# Downloaded ONNX model files — 110MB+, fetched at runtime on first use, never committed
onnx-models/

# E2E testing (wdio-obsidian-service)
.obsidian-cache/
test/plugin-dist/
test/logs/
