# Dependencies
node_modules/

# Build output
build/
.docusaurus/

# Version control
.git/
.gitignore

# IDE and editor
.idea/
.vscode/
*.swp
*.swo

# OS files
.DS_Store
Thumbs.db

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

# Docker files (not needed inside container)
Dockerfile
docker-compose.yml
.dockerignore

# Documentation and misc
README.md
LICENSE
*.md
!docs/**/*.md

# Test files
*.test.js
*.spec.js
__tests__/
coverage/
