# Can ignore specific files
.DS_Store

# Use wildcards as well
*~
*.pyc

# Can also ignore all directories and files in a directory.

