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

.npmrc

# dependencies
node_modules

# builds
build
dist

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

# python
*.pyc

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

#IntellijIDEA
.idea


# VSCode
.vscode

# vim
*.swp

