# CLI files
.dt-app

# Compiled output
/dist
/build
/tmp
/out
/temp
/reports

# Dependencies
/node_modules

# IDEs and editors
/.idea
*.iml
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
.history/

# IDE - VSCode
/.vscode/*
!/.vscode/settings.json
!/.vscode/tasks.json
!/.vscode/launch.json
!/.vscode/extensions.json

# System Files
.DS_Store
Thumbs.db

# Env file
.env

# Playwright
/playwright-report
/playwright-report-ct
/playwright-report-a11y
/test-results
/blob-report/
/playwright/.cache/
/playwright/.cache-ct/
/playwright/.cache-a11y/
/playwright/.auth/
playwright-tests.log

# Yalc
.yalc
yalc.lock

# Temp Changelog
TEMP_CHANGELOG.md

# Agent findings cache
.github/findings/
.github/playground/

