.gitignore 185 B

12345678910111213141516171819
  1. .DS_Store
  2. *.pyc
  3. *.log
  4. *.swp
  5. *.retry
  6. .env
  7. .idea
  8. *~
  9. /logs
  10. /data
  11. .~*
  12. common/CACHE
  13. bakerydemo/settings/local.py
  14. bakerydemodb
  15. __pycache__
  16. .vagrant/
  17. /.vagrant/
  18. /Vagrantfile.local
  19. !.gitignore