#ignore python compiled files
*.pyc

#ignore backup files (*~)
*~

#ignore vi tmp files (.*.swp)
.*.swp
