*.cache
build
composer.lock
coverage
docs
phpunit.xml
phpstan.neon
testbench.yaml
vendor
node_modules
.php-cs-fixer.cache
.phpunit.cache

# Live credentials for the reconciliation tests. Never commit a real API key.
.env
.env.*
!.env.example

# Reconciliation reports. These contain real payroll figures - employee counts,
# hours per company - so they stay local.
storage
output

# IDE state. deployment.xml and workspace.xml can carry server details and
# local paths.
.idea
.vscode
.fleet
