.gitignore 597 B

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