# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Build outputs
dist/
build/
out/
.next/
.nuxt/
.cache/

# Environment files
.env*

# IDE files
.vscode/
.idea/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Logs
*.log
logs/

# Temporary files
.tmp/
temp/
*.tmp

# Package manager files
package-lock.json
yarn.lock
pnpm-lock.yaml

# Git files
.git/
.gitignore

# Backup files
*.backup
*.bak
*~

# Coverage reports
coverage/
.nyc_output/

# Specific files to ignore
CHANGELOG.md
LICENSE
README.md
PUBLISHING.md
OXLINT_MDX_INTEGRATION.md