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

# Dependencies / builds
node_modules
dist
dist-ssr
*.local
*.tsbuildinfo

# Rust / Tauri build artifacts
src-tauri/target
src-tauri/gen
.tauri

# Editor / OS
.vscode
.idea
.DS_Store
Thumbs.db
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# Local config / secrets
.env
.env.*
!.env.example
.claude

# react-doctor: local-only scan config (rule policy kept off the repo)
react-doctor.config.json

# Project-local working files
/icon.png
TODO.MD
# Exported theme files are personal / test artifacts, not repo content.
*.tedi

# Extensions are developed in this workspace but pushed to their own
# repos (each one has its own .git, README, LICENSE, release CI). Keep
# the working copies on disk for local iteration but never commit them
# to the TEDI main repo.
/extensions/*/
!/extensions/README.md