.vercel

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
venv/
.venv/
ENV/
.env

# Jupyter Notebook
.ipynb_checkpoints

# pytest
.pytest_cache/
.coverage
htmlcov/

# mypy
.mypy_cache/

# IDE specific files
.idea/
.vscode/
*.swp
*.swo

# NODE Ignores
# Node.js
node_modules/
npm-debug.log
yarn-debug.log
yarn-error.log
package-lock.json
yarn.lock
.pnpm-store/
.npm/
.node_repl_history
.yarn-integrity
.eslintcache
.node_modules/

# Dependency directories
jspm_packages/

# Optional npm cache directory
.npm

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Coverage directory used by tools like istanbul
coverage/
.nyc_output/

# Next.js
.next/
out/

# Nuxt.js
.nuxt/
.output/

# Gatsby
.cache/

# Docusaurus
.docusaurus/

# Parcel
.parcel-cache/
dist/