.gitignore 137 B

12345678
  1. /.idea
  2. /static
  3. /Model/migrations
  4. /Ansjer/__pycache__
  5. /Controller/__pycache__
  6. /Model/__pycache__
  7. /Object/__pycache__
  8. /Service/__pycache__