# Node / Angular
node_modules/
dist/
.angular/
coverage/
.tmp/
temp/

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

# IDE
.idea/
.vscode/

# OS
.DS_Store
Thumbs.db

# Env / secrets
.env
.env.*
!.env.example

# Local test/import data
testData/
