# Git
.git
.gitignore
.github

# Dependencies (will be installed fresh)
node_modules
**/node_modules

# Build outputs (the combined apps/api dist remains available to image builds)
packages/*/dist

# Development files
.vscode
.cursor
.idea
*.log
*.swp
*.swo
*~

# Test files
**/*.test.ts
**/*.test.js
**/*.spec.ts
**/*.spec.js
**/test
**/tests
**/__tests__
coverage

# Documentation
docs
*.md
!README.md

# Environment files
.env.local
.env.*.local
.env.development
.env.test

# Misc
.DS_Store
*.pem
.turbo
.next
.cache

# Re-include the resilience link-daemon entrypoint (run inside the link-daemon container)
!tests/resilience/link-daemon-entrypoint.ts
