# Node.js dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Electron build outputs
dist/
build/
out/

# Application logs
error.log
*.log

# Operating System files
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
*.lnk

# macOS
.DS_Store
.AppleDouble
.LSOverride
._*

# Linux
*~
.directory

# IDE and Editor files
# Visual Studio Code
.vscode/
*.code-workspace

# Visual Studio
.vs/
*.suo
*.user
*.userosscache
*.sln.docstates

# JetBrains IDEs (IntelliJ, WebStorm, etc.)
.idea/
*.iws
*.iml
*.ipr

# Sublime Text
*.sublime-project
*.sublime-workspace

# Temporary files
*.tmp
*.temp
*.swp
*.swo
*~

# Package files
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Electron specific
# User data directories (if any get created during development)
userData/

# VBS temporary files (created by shortcut generation)
*.vbs

# Windows shortcut files (if any get created during testing)
*.lnk

# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Cache directories
.cache/
.parcel-cache/

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

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

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Dependency directories
jspm_packages/

# TypeScript cache
*.tsbuildinfo

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# Electron-packager output
*-win32-x64/
*-darwin-x64/
*-linux-x64/

# Auto-generated files
version.txt
build-info.json

# Local configuration files
config.local.json
settings.local.json

# Test files and coverage
test-results/
coverage/

# Backup files
*.bak
*.backup

# Electron specific runtime files
chrome_*.pak
*.dll
*.exe.config
locales/
resources/electron.asar
swiftshader/
