# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.

# Common VCS directories
.git/
.gitignore
.gitattributes

# CI/CD
.github/

# Editor and OS artifacts
.DS_Store
.idea/
.vscode/
*.swp
*.bak

# Helm test output
*.tgz
