# Dependencies
node_modules
**/node_modules

# Build outputs
dist
**/dist
*.tsbuildinfo

# Python
__pycache__
*.pyc
.pytest_cache
.venv
**/*.egg-info

# Test + coverage
coverage
.nyc_output

# Tool caches
.turbo
.cache

# OS
.DS_Store
*.swp

# Secrets
.env
.env.local
.env.*.local

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