# macOS
.DS_Store

# Dependencies
node_modules/
desktop/.venv/

# Build output
dist/
build/
out/

# Vite cache
.vite/

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

# Environment + secrets
.env
.env.*
!.env.example
*.pem
credentials.json

# Editor / IDE
.vscode/
.idea/
*.swp
*.swo

# Electron build artifacts
release/

# Local dev Stratum (mock notes/folders for desktop app testing).
# Lives at desktop/mithrify-stratum and is the active dev root; never
# commit user notes or generated .mithrify config to git.
desktop/mithrify-stratum/

