# Logs
logs
*.log
npm-debug.log*
lib-cov

coverage
*.lcov

# Dependency directories
node_modules/

*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional stylelint cache
.stylelintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
ets.env

# Stores VSCode versions used for testing VSCode extensions
.vscode-test
