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

# Dependencies
node_modules
/apps/*/node_modules
.husky
.pnp
.pnp.js
# pnpm-*.yaml

.vscode
.venv
.agent
# pnpm-lock.yaml
# Local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Ignore environment files in all apps
apps/**/.env*.local
apps/**/.env*.development
apps/**/.env



# Ignore cache files
.turbo
.cache
.next
apps/**/.cache
apps/**/.next


# lock files
# package-lock.json
# apps/**/package-lock.json
yarn.lock
apps/**/yarn.lock

# PWA files
**/public/sw.js
**/public/workbox-*.js
**/public/worker-*.js
**/public/sw.js.map
**/public/workbox-*.js.map
**/public/worker-*.js.map
**/workbox-*
**/swe-worker-*
# Testing
coverage

# Turbo
.turbo

# Vercel
.vercel

# Build Outputs
.next/
out/
build
dist

# Docker
.docker/

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

# Misc
.DS_Store
*.pem
coverage/
dist/
tmp/
