./node_modules/**
**/node_modules/**
./dist/**

# test files
**/test-data/**
./tests/**
**/*.test.ts

# scripts
./scripts/**

# Keep original supergraph out of Docker builds
./connector/**

# Git and IDE
.git/
.gitignore
.vscode/
.idea/

# Environment files
.env
.env.*

# Documentation (not needed in container)
*.md