AutoGGUF/.gitignore

21 lines
222 B
Plaintext

# Ignore __pycache__ directories
__pycache__/
# Ignore everything
*
# But allow these file types
!*.py
!*.bat
!*.txt
!*.md
!*.sh
!LICENSE
# Allow assets folder
!assets/
!assets/**
# Don't ignore .gitignore
!.gitignore