# Build context exclusions for the rosie image.
node_modules
**/node_modules
.git
.github
dist
**/dist
test
tests
**/*.test.ts
coverage
**/coverage
__pycache__
**/__pycache__
*.pyc
.DS_Store
*.log
.dockerignore
