# OSX Junk
.DS_Store

# VS Code Junk
.vsls.json

# Logs
/logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Coverage directory used by tools like istanbul
coverage

# Dependency directories
node_modules

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# for vim
*.swp
*.sly

# Jetbrains
.idea/**

# Botpress Build
/out
/.out
/tmp
test-report.html
metadata.json
edition.json
/pro

build/tests/e2e/screenshots/*
!build/tests/e2e/screenshots/.gitkeep

# Botpress docs
/docs/reference/public
/docs/guide/build

# for python savvy users
.python-version
/internal-modules
/private-modules
/src/bp/ml/node-svm

# tests output
cache

modules/*/dist/*
modules/*/assets/web/*