
# Ignore anything
*

# Except '.gitignore'
!.gitignore

# Except 'README.md'
!README.md

# Except 'classifier'
!classifiers/*.xml

# Except '*.py'
!*.py

# End-of-file

