# Dependencies
node_modules/

# Build output
dist/

# Coverage reports
coverage/

# Agent reports and artifacts
# Allow JSON reports to be committed for CI traceability,
# but ignore transient runtime artifacts and workflow test reports.
.agent/reports/test-workflow/
.agent/reports/*.tmp
.agent/lock.json
.agent/lock-history.jsonl
.agent/contracts/
.agent/sessions/

# Environment variables
.env
.env.local
.env.*.local
.env.development.local
.env.test.local
.env.production.local

# IDE files
.idea/
.vscode/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db
desktop.ini
ehthumbs.db

# Debug logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Docker volumes
docker-data/
.docker/

# Build artifacts
*.tsbuildinfo
.turbo/
.cache/

# Miscellaneous
*.bak
*.tmp
*.log

# Test snapshots (regenerate with npm test -- --update)
tests/**/__snapshots__/

# Husky (generated)
.husky/_
