.gitignore 337 B

12345678910111213141516171819
  1. /.idea
  2. /static
  3. /AnsjerPush/file/
  4. /Model/migrations
  5. /AnsjerPush/file/apns_pem/
  6. /Ansjer/__pycache__
  7. /Controller/__pycache__
  8. /Model/__pycache__
  9. /Object/__pycache__
  10. /Service/__pycache__
  11. /Object/AWS/__pycache__
  12. *.log
  13. */__pycache__
  14. /Ansjer/test/__pycache__
  15. /Ansjer/test/__init__.py
  16. /sdk_install
  17. /DB/mydata4vipday2.ipdb
  18. /__pycache__/*.pyc
  19. /venv