X-Git-Url: http://git.subgeniuskitty.com/cmless/.git/blobdiff_plain/3e5e74b17510c7abf6f2b0542eecabeb2f052bb1..HEAD:/.gitignore diff --git a/.gitignore b/.gitignore index 8675a15..4f329e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,12 @@ # vim turds *.swp + +# Python bytecode files +*.pyc + +# Ignore the site directory since the contents are data for CMless to consume +# rather than part of CMless itself. +site + +# My personal notes +notes.txt