# Dependencies
node_modules
.pnp
.pnp.js

# Python
__pycache__
*.py[cod]
*$py.class
.Python
env/
venv/
.venv
pip-log.txt
pip-delete-this-directory.txt
.pytest_cache

# Testing
coverage
*.lcov
.nyc_output

# Build outputs
.next/
out/
dist/
build/
*.tsbuildinfo

# Environment
.env
.env*.local
.env.production

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

# OS
.DS_Store
*.pem
Thumbs.db

# IDE
.vscode
.idea
*.swp
*.swo
*~

# Git
.git
.gitignore
.gitattributes

# Documentation
*.md
!README.md

# Turbo
.turbo

# Misc
.cache
tmp
temp
