# Dependencies
node_modules/
# Note: package-lock.json should be committed for consistent installs

# Build outputs
main.js
*.js.map
dist/
build/
*.bundle.js

# TypeScript
*.tsbuildinfo
.tsbuildinfo

# Obsidian plugin files
# User data and settings (these are vault-specific)
data.json
.obsidian/

# IDE and Editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
*.sublime-project
*.sublime-workspace

# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Desktop.ini

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Coverage directory used by tools like istanbul
coverage/
*.lcov
.nyc_output/

# Dependency directories
jspm_packages/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

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

# Temporary files
*.tmp
*.temp
tmp/
temp/

# Backup files
*.bak
*.backup
*~

# Test files (if you have any)
test-results/
coverage/

# Misc
.cache/
.parcel-cache/
.next/
out/

