.gitignore 179 B

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