.gitignore 93 B

123456789
  1. *.pyc
  2. *.cfg
  3. build/
  4. dist/
  5. nova.egg-info/
  6. nova/static/
  7. docs/_build
  8. node_modules/
  9. whoosh_index/