.gitignore 801 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. # PyInstaller
  12. # Usually these files are written by a python script from a template
  13. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  14. *.manifest
  15. *.spec
  16. # Installer logs
  17. pip-log.txt
  18. pip-delete-this-directory.txt
  19. # Unit test / coverage reports
  20. htmlcov/
  21. .tox/
  22. .coverage
  23. .coverage.*
  24. .cache
  25. nosetests.xml
  26. coverage.xml
  27. *,cover
  28. # logs
  29. *.log
  30. # macos
  31. *.DS_Store
  32. .AppleDouble
  33. .LSOverride
  34. .DocumentRevisions-V100
  35. .fseventsd
  36. .Spotlight-V100
  37. .TemporaryItems
  38. .Trashes
  39. .VolumeIcon.icns
  40. .com.apple.timemachine.donotpresent
  41. ._*
  42. # Windows
  43. Thumbs.db
  44. ehthumbs.db
  45. ehthumbs_vista.db
  46. Desktop.ini
  47. $RECYCLE.BIN/
  48. *.cab
  49. *.msi
  50. *.msm
  51. *.msp
  52. *.lnk
  53. .git/credentials