.gitignore 845 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. *.py[cod]
  4. MANIFEST
  5. # C extensions
  6. *.so
  7. # Distribution / packaging
  8. .Python
  9. env/
  10. bin/
  11. build/
  12. develop-eggs/
  13. dist/
  14. eggs/
  15. lib/
  16. lib64/
  17. parts/
  18. sdist/
  19. var/
  20. *.egg-info/
  21. .installed.cfg
  22. *.egg
  23. # Installer logs
  24. pip-log.txt
  25. pip-delete-this-directory.txt
  26. # Unit test / coverage reports
  27. htmlcov/
  28. .tox/
  29. .coverage
  30. .cache
  31. nosetests.xml
  32. coverage.xml
  33. # Translations
  34. *.mo
  35. # Mr Developer
  36. .mr.developer.cfg
  37. .project
  38. .pydevproject
  39. # Rope
  40. .ropeproject
  41. # Django stuff:
  42. *.log
  43. *.pot
  44. # Sphinx documentation
  45. docs/_build/
  46. # ctags
  47. tags
  48. src/.idea/*
  49. .idea/*
  50. # ignore mac file
  51. .DS_Store
  52. src/.DS_Store
  53. # ignore demo
  54. out.gif
  55. # ignore swp files
  56. NEMbox/*.swp
  57. # ignore TEST files
  58. TEST
  59. # virtualenv
  60. venv
  61. # org mode
  62. .org
  63. # temporary file
  64. .\#*
  65. \#*
  66. # Org-mode
  67. .org-id-locations
  68. *_archive
  69. # markdown preview
  70. .markdown*