.gitignore 161 B

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