# Node modules and dependencies
node_modules
npm-debug.log
.npm

# Development files
.git
.github
.gitignore
.npmrc
.dockerignore
.gitattributes
*.md
!README.md
!CHANGELOG.md
!src/resources/*.md

# Environment files
.env
.env.*
*.local

# Build artifacts
build
dist

# Tests and debugging
__tests__
test
tests
coverage
*.test.js
*.spec.js
.cache

# Editor directories and files
.idea
.vscode
*.swp
*.swo

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Build and test scripts not needed at runtime
test-build.sh