node_modules
lerna-debug
npm-debug
.DS_Store
/dist
.vscode
.claude

# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

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

# Coverage directory used by tools like istanbul
# coverage
coverage/lcov-report

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

# liquibase stuff
/sql
unleash-db.jar
unleash-server.tar.gz

# idea stuff:
.idea/*

.vagrant/

# Visual Studio Code
jsconfig.json
typings
.nyc_output

# Emacs, nix, devenv, pijul
# Only Thomas uses this and he doesn't want to add it to the repo
.devenv
.devenv.flake.nix
.dir-locals.el
.envrc
shell.nix
# Pijul + ignore
.ignore
.pijul
# Custom hooks in husky directory
.husky/pre-push
.husky/prepare-commit-msg


# We use pnpm-lock.yaml
package-lock.json
yarn.lock
frontend/yarn.lock

.env
.profiles/

# Ignore frontend build
frontend/build

# Ignore orval apis
frontend/src/openapi/apis
frontend/src/openapi/index.ts

# Generated docs
reports/jest-junit.xml

# Yarn artifacts from the previous package manager
.pnp.*
.yarn/
frontend/.yarn/
docker/.yarn/
.yarnrc.yml
frontend/.yarnrc.yml

coverage/.tmp
coverage/*
