# Ignore everything
*

# Don't ignore the .gitignore file itself
!.gitignore

# Allow Python files, Text files, and Markdown files
!*.py
!*.txt
!*.md
!*.csv
LICENSE
