.gitignore 825 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. *.py[cod]
  4. # linux
  5. .*.swp
  6. *~
  7. .fuse_hidden*
  8. .Trash-*
  9. /.trash-cache
  10. /.dapper
  11. *.vagrant
  12. # PyInstaller
  13. # Usually these files are written by a python script from a template
  14. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  15. *.manifest
  16. *.spec
  17. # Installer logs
  18. pip-log.txt
  19. pip-delete-this-directory.txt
  20. # Unit test / coverage reports
  21. htmlcov/
  22. .tox/
  23. .coverage
  24. .coverage.*
  25. .cache
  26. nosetests.xml
  27. coverage.xml
  28. *,cover
  29. # logs
  30. *.log
  31. # macos
  32. *.DS_Store
  33. .AppleDouble
  34. .LSOverride
  35. .DocumentRevisions-V100
  36. .fseventsd
  37. .Spotlight-V100
  38. .TemporaryItems
  39. .Trashes
  40. .VolumeIcon.icns
  41. .com.apple.timemachine.donotpresent
  42. ._*
  43. # Windows
  44. Thumbs.db
  45. ehthumbs.db
  46. ehthumbs_vista.db
  47. Desktop.ini
  48. $RECYCLE.BIN/
  49. *.cab
  50. *.msi
  51. *.msm
  52. *.msp
  53. *.lnk
  54. *.vswp
  55. .git/credentials
  56. *.vswp