.gitignore 80 B

123456789
  1. *.pyc
  2. *.log
  3. *migrations*
  4. .idea
  5. static/*
  6. templates/*
  7. templates/demo/*
  8. templates/