.gitignore 319 B

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