.gitignore 272 B

1234567891011121314151617181920212223242526
  1. *.pyc
  2. data/
  3. **results/
  4. logs/
  5. __pycache__
  6. backend/assets
  7. backend/venv
  8. .DS_Store
  9. **/.DS_Store
  10. backend/app.db
  11. **/.sql
  12. webapp/migrations
  13. notebooks/
  14. **.wsgi
  15. webapp/app/static/node_modules/
  16. webapp/app/migrations/
  17. dump.rdb
  18. **/bundle.js
  19. **.log
  20. **.aux
  21. **.out
  22. **.pdf
  23. **.bbl
  24. **.blg