# ignore everything
*
# but don't ignore files ending with slash = directories
!*/
# and don't ignore files ending with ".py"
!*.py
