# Dependency directories
node_modules
npm-debug.log
yarn-debug.log
yarn-error.log
# Git and version control
.git
.gitignore
.github
# Build directories
dist
build
# Environment variables and secrets
.env
.env.*
.npmrc
# Tests and docs
tests
coverage
docs
examples
*.md
!README.md
# IDE files
.vscode
.idea
*.swp
*.swo
.DS_Store
.cursor
# Temporary files
tmp
temp
.tmp
.temp