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


# Yarn recommends actually committing `.yarn` directories, which includes zips of all project
# dependencies, for "zero-install" compatibility. This is a little heavyweight for us right now [2022/09/19]
.yarn

# dependencies
/node_modules
node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
.next
/out/

# production
/build

# misc
.DS_Store
*.pem

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

# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
*.iml

# vercel
.vercel

.log

.idea

# python
__pycache__
*.pyc
.eggs
*.egg-info
cli-venv
chalk-venv/
venv/
dist
build
demo.db
engine.iml
*.iml

# terraform
.terraform
.terraform.lock.hcl

# VSCode
.vscode/

.env
