.gitignore 212 B

123456789101112131415161718192021
  1. .coverage
  2. .tox
  3. .DS_Store
  4. *.egg-info
  5. *.pyc
  6. *.log
  7. *.egg
  8. *.db
  9. *.pid
  10. test.conf
  11. pip-log.txt
  12. /htmlcov
  13. /cover
  14. /build
  15. /dist
  16. /node_modules/
  17. /docs/html
  18. /docs/doctrees
  19. example/db.sqlite
  20. /src/sentry/static/CACHE/
  21. /wheelhouse