.gitignore 631 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. vendor/
  2. compress
  3. data_import/
  4. *.db
  5. *.py[cod]
  6. production.conf
  7. credentialsrc
  8. coverage.txt
  9. bin/
  10. bundle/
  11. # C extensions
  12. .#*
  13. *.c
  14. *.so
  15. # Packages
  16. *.egg
  17. *.egg-info
  18. dist
  19. build
  20. eggs
  21. parts
  22. var
  23. sdist
  24. develop-eggs
  25. .installed.cfg
  26. *_build
  27. *_static
  28. *_templates
  29. # Installer logs
  30. pip-log.txt
  31. # Unit test / coverage reports
  32. .coverage
  33. .tox
  34. nosetests.xml
  35. htmlcov
  36. *.dat
  37. *.tfstate
  38. *.tfstate.backup
  39. # Docs
  40. doc/_build
  41. # Translations
  42. *.mo
  43. # Idea
  44. .idea
  45. # System
  46. .DS_Store
  47. # VIM swap files
  48. .*.swp
  49. # VIM temp files
  50. *~
  51. .venv
  52. .DS_Store
  53. *.log
  54. node_modules
  55. build
  56. *.node
  57. coverage
  58. *.orig
  59. .idea
  60. .cache
  61. sandbox
  62. test/out-fixtures/*
  63. test/watch-*.txt
  64. gulp.1