# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
/node_modules

# production
/build
/dash_table
/deps
/inst
/man
/R
/src/*.jl
/src/jl/
DESCRIPTION
NAMESPACE
Project.toml

# testing
/coverage
/storybook-static/**

# misc
.DS_Store
.vscode
.env.local
.env.development.local
.env.test.local
.env.production.local

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

# virtualenv
vv
venv

# python
*.pyc

# builds
dash_table.egg-info
lib
dist
*__pycache__*
__pycache__/

*.pyc
