.gitignore 69 B

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