2
0

.gitignore 193 B

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