# Generated by erk dev kit build
# Artifact files are copied from source locations (.claude/, .erk/docs/kits/, .github/workflows/)
# during build and should not be committed to git. The source of truth is in the source locations.
# Only ignore .md and .yml files - keep __init__.py for Python package discovery
src/erk_kits/data/kits/*/commands/**/*.md
src/erk_kits/data/kits/*/skills/**/*.md
src/erk_kits/data/kits/*/agents/**/*.md
src/erk_kits/data/kits/*/docs/**/*.md
src/erk_kits/data/kits/*/workflows/**/*.yml
# Keep scripts (source of truth lives in kit directory)
!src/erk_kits/data/kits/*/scripts/
