.gitignore 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. *.py[cod]
  4. *$py.class
  5. # C extensions
  6. *.so
  7. # Distribution / packaging
  8. .Python
  9. build/
  10. develop-eggs/
  11. dist/
  12. downloads/
  13. eggs/
  14. .eggs/
  15. lib/
  16. lib64/
  17. parts/
  18. sdist/
  19. var/
  20. wheels/
  21. share/python-wheels/
  22. *.egg-info/
  23. .installed.cfg
  24. *.egg
  25. MANIFEST
  26. # PyInstaller
  27. # Usually these files are written by a python script from a template
  28. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  29. *.manifest
  30. *.spec
  31. # Installer logs
  32. pip-log.txt
  33. pip-delete-this-directory.txt
  34. # Unit test / coverage reports
  35. htmlcov/
  36. .tox/
  37. .nox/
  38. .coverage
  39. .coverage.*
  40. .cache
  41. nosetests.xml
  42. coverage.xml
  43. *.cover
  44. *.py,cover
  45. .hypothesis/
  46. .pytest_cache/
  47. cover/
  48. # Translations
  49. *.mo
  50. *.pot
  51. # Django stuff:
  52. *.log
  53. local_settings.py
  54. #db.sqlite3
  55. db.sqlite3-journal
  56. # Flask stuff:
  57. instance/
  58. .webassets-cache
  59. # Scrapy stuff:
  60. .scrapy
  61. # Sphinx documentation
  62. docs/_build/
  63. # PyBuilder
  64. .pybuilder/
  65. target/
  66. # Jupyter Notebook
  67. .ipynb_checkpoints
  68. # IPython
  69. profile_default/
  70. ipython_config.py
  71. # pyenv
  72. # For a library or package, you might want to ignore these files since the code is
  73. # intended to run in multiple environments; otherwise, check them in:
  74. # .python-version
  75. # pipenv
  76. # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
  77. # However, in case of collaboration, if having platform-specific dependencies or dependencies
  78. # having no cross-platform support, pipenv may install dependencies that don't work, or not
  79. # install all needed dependencies.
  80. #Pipfile.lock
  81. # poetry
  82. # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
  83. # This is especially recommended for binary packages to ensure reproducibility, and is more
  84. # commonly ignored for libraries.
  85. # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
  86. #poetry.lock
  87. # PEP 582; used by e.g. github.com/David-OConnor/pyflow
  88. __pypackages__/
  89. # Celery stuff
  90. celerybeat-schedule
  91. celerybeat.pid
  92. # SageMath parsed files
  93. *.sage.py
  94. # Environments
  95. .env
  96. .venv
  97. env/
  98. venv/
  99. ENV/
  100. env.bak/
  101. venv.bak/
  102. # Spyder project settings
  103. .spyderproject
  104. .spyproject
  105. # Rope project settings
  106. .ropeproject
  107. # mkdocs documentation
  108. /site
  109. # mypy
  110. .mypy_cache/
  111. .dmypy.json
  112. dmypy.json
  113. # Pyre type checker
  114. .pyre/
  115. # pytype static type analyzer
  116. .pytype/
  117. # Cython debug symbols
  118. cython_debug/
  119. # PyCharm
  120. # JetBrains specific template is maintainted in a separate JetBrains.gitignore that can
  121. # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
  122. # and can be added to the global gitignore or merged into this file. For a more nuclear
  123. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
  124. #.idea/
  125. 数据备份/
  126. 训练数据集/
  127. out/*.mp3
  128. out/*.wav
  129. log/*.txt
  130. log.txt
  131. output.txt
  132. 1.py
  133. db.sqlite3
  134. config2.json
  135. config3.json
  136. bilibili/out/*.mp3
  137. bilibili/log/*.txt
  138. bilibili/log.txt
  139. bilibili/output.txt
  140. bilibili/1.py
  141. bilibili/db.sqlite3
  142. bilibili/config2.json
  143. bilibili/config3.json
  144. kuaishou.py
  145. douyin/config2.json
  146. douyin/out/*.mp3
  147. douyin/log/*.txt
  148. # 测试文件夹
  149. test/
  150. dev/
  151. /data/vector_base
  152. .idea
  153. # 本地chatterbot项目路径
  154. chatterbot/ChatterBot_update/
  155. # 虚拟环境
  156. venv/
  157. output/
  158. branch/
  159. data/vector_base
  160. data/text2vec_models/
  161. !data/text2vec_models
  162. song/
  163. test.py
  164. # debug输出
  165. tmp/
  166. cookie/*.json
  167. # 数据库
  168. data/data.db
  169. webui2.py
  170. data/本地问答库-ikaros.json
  171. config copy.json
  172. backup
  173. Miniconda3/
  174. models/hub
  175. models/mo*
  176. models/iic
  177. models/faster-whisper-small
  178. out/sd/*
  179. # 文案
  180. out/copy*/*.wav
  181. tests/test_faster_whisper/*.wav
  182. out/图像识别/*.png
  183. main copy.py
  184. data/*.db
  185. locales
  186. dy3.py
  187. # 程序自动生成的文件夹
  188. src/
  189. static/
  190. add_dependencies.py