# Exclude source maps
*.map
**/*.map

# Development files
node_modules/
src/
tests/
examples/
.github/
.vscode/
.idea/
cloud-wrapper/
scripts/

# Configuration files
.eslintrc
.prettierrc
tsconfig*.json
rollup.config.js
jest.config.js

# Build artifacts
coverage/
.nyc_output/

# Large files
# Include the logo but exclude other PNGs
!brainy.png
*.png
encoded-image.*
README.demo.md
scalingStrategy.md

# Misc
.DS_Store
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
