.gitignore 306 B

1234567891011121314151617
  1. /.idea
  2. /static
  3. /Model/migrations
  4. /AnsjerUIDManage/__pycache__
  5. /Controller/__pycache__
  6. /Model/__pycache__
  7. /Object/__pycache__
  8. /Service/__pycache__
  9. *.log
  10. */__pycache__
  11. /AnsjerUIDManage/test/__pycache__
  12. /AnsjerUIDManage/test/__init__.py
  13. /sdk_install
  14. /DB/mydata4vipday2.ipdb
  15. /__pycache__/*.pyc
  16. /venv
  17. db.sqlite3