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

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
coverage-ts

# nyc test coverage
.nyc_output

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# next.js build output
.next

# Visual Studio Code workspace
.vscode/*
!.vscode/extensions.json

# OSX
.DS_Store

# Temp dir for tests
test/__temp__/*

# Built files
dist

# Typescript
typescript

# Ultra runner
.ultra.cache.json

# Github actions
RELEASE_NOTES.md

# Docker Deploy Folder 
deploy/*
!deploy/.gitkeep

# pkg cache
.pkg-cache

# IDE Settings Files
.idea

!**/*.login.*

# local api configs - don't need project-wide tracking
dev/connectStatus.json
dev/configs/*
# local status - doesn't need to be tracked
dev/connectStatus.json
# mock local session file
dev/local-session

# local OIDC config for testing - contains secrets
dev/configs/oidc.local.json

# local api keys
dev/keys/*
