.gitignore 40 B

123456
  1. *.pyc
  2. *.log
  3. *migrations*
  4. .idea
  5. static/*