.gitignore 178 B

12345678910111213141516
  1. /build
  2. /dist
  3. /*.egg-info
  4. *.gz
  5. *.pyc
  6. *.log
  7. *.egg
  8. *.db
  9. *.pid
  10. pip-log.txt
  11. .DS_Store
  12. /example_project/local_settings.py
  13. /docs/html
  14. /docs/doctrees
  15. sentry/sentry_index/
  16. /sentry_index/