# Ignore artifacts:
node_modules
dist
coverage
data
*.db
*.db-journal
*.db-wal

# Ignore configuration files managed by other tools:
package-lock.json
pnpm-lock.yaml
yarn.lock

# Ignore logs:
logs
*.log

# Ignore environment files:
.env*
!.env.example
