# Patterns to ignore when packaging Helm charts
# Similar to .gitignore

# Development and temporary files
*.swp
*.swo
*~
.DS_Store
.git/
.gitignore

# CI/CD
.github/
.gitlab-ci.yml
.travis.yml

# IDE
.vscode/
.idea/
*.iml

# Test outputs
test-*.yaml
rendered-*.yaml
