# local ignores - We could move these to the global ignores, 
# but I think it makes sense to keep them here

# env
*.local

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

# installed dependencies
node_modules