# vscode
.vscode 

# Intellij
*.iml
.idea

# npm
node_modules
# package-lock.json

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

# Exclude sourcemaps
*.map

# obsidian
data.json

# Test and build files
.env
coverage
_testdata/
