.gitignore 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. # ---> macOS
  2. .DS_Store
  3. .AppleDouble
  4. .LSOverride
  5. # Icon must end with two \r
  6. Icon
  7. # Thumbnails
  8. ._*
  9. # Files that might appear in the root of a volume
  10. .DocumentRevisions-V100
  11. .fseventsd
  12. .Spotlight-V100
  13. .TemporaryItems
  14. .Trashes
  15. .VolumeIcon.icns
  16. # Directories potentially created on remote AFP share
  17. .AppleDB
  18. .AppleDesktop
  19. Network Trash Folder
  20. Temporary Items
  21. .apdisk
  22. # ---> VisualStudioCode
  23. .settings
  24. # ---> Python
  25. # Byte-compiled / optimized / DLL files
  26. __pycache__/
  27. *.py[cod]
  28. *$py.class
  29. # C extensions
  30. *.so
  31. # Distribution / packaging
  32. .Python
  33. env/
  34. build/
  35. develop-eggs/
  36. dist/
  37. downloads/
  38. eggs/
  39. .eggs/
  40. lib/
  41. lib64/
  42. parts/
  43. sdist/
  44. var/
  45. *.egg-info/
  46. .installed.cfg
  47. *.egg
  48. # PyInstaller
  49. # Usually these files are written by a python script from a template
  50. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  51. *.manifest
  52. *.spec
  53. # Installer logs
  54. pip-log.txt
  55. pip-delete-this-directory.txt
  56. # Unit test / coverage reports
  57. htmlcov/
  58. .tox/
  59. .coverage
  60. .coverage.*
  61. .cache
  62. nosetests.xml
  63. coverage.xml
  64. *,cover
  65. # Translations
  66. *.mo
  67. *.pot
  68. # Django stuff:
  69. *.log
  70. # Sphinx documentation
  71. docs/_build/
  72. # PyBuilder
  73. target/
  74. # ---> Vim
  75. [._]*.s[a-w][a-z]
  76. [._]s[a-w][a-z]
  77. *.un~
  78. Session.vim
  79. .netrwhist
  80. *~
  81. .models
  82. Subtitle_ZH_CN
  83. Subtitle_Trans_CN
  84. Subtitle_ZH_Hant
  85. Subtitle_EN
  86. Subtitle_JP
  87. Subtitle_KOREAN
  88. excel