# Kubernaut Must-Gather - Docker ignore file

# Git
.git/
.gitignore

# Documentation
README.md
*.md

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

# Testing
*.test
test/
tests/

# Build artifacts
*.tar.gz
*.zip

# Temporary files
*.tmp
*.bak
.DS_Store

