.gitignore 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. .idea/
  4. *.py[cod]
  5. *$py.class
  6. # C extensions
  7. *.so
  8. # Distribution / packaging
  9. .Python
  10. build/
  11. develop-eggs/
  12. dist/
  13. downloads/
  14. eggs/
  15. .eggs/
  16. lib/
  17. lib64/
  18. parts/
  19. sdist/
  20. var/
  21. wheels/
  22. share/python-wheels/
  23. *.egg-info/
  24. .installed.cfg
  25. *.egg
  26. MANIFEST
  27. # PyInstaller
  28. # Usually these files are written by a python script from a template
  29. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  30. *.manifest
  31. *.spec
  32. # Installer logs
  33. pip-log.txt
  34. pip-delete-this-directory.txt
  35. # Unit testdata / coverage reports
  36. htmlcov/
  37. .tox/
  38. .nox/
  39. .coverage
  40. .coverage.*
  41. .cache
  42. nosetests.xml
  43. coverage.xml
  44. *.cover
  45. *.py,cover
  46. .hypothesis/
  47. .pytest_cache/
  48. cover/
  49. # Translations
  50. *.mo
  51. *.pot
  52. # Django stuff:
  53. *.log
  54. local_settings.py
  55. db.sqlite3
  56. db.sqlite3-journal
  57. # Flask stuff:
  58. instance/
  59. .webassets-cache
  60. # Scrapy stuff:
  61. .scrapy
  62. # Sphinx documentation
  63. docs/_build/
  64. # PyBuilder
  65. .pybuilder/
  66. target/
  67. *.pid
  68. # Jupyter Notebook
  69. .ipynb_checkpoints
  70. # IPython
  71. profile_default/
  72. ipython_config.py
  73. # pyenv
  74. # For a library or package, you might want to ignore these files since the code is
  75. # intended to run in multiple environments; otherwise, check them in:
  76. # .python-version
  77. # pipenv
  78. # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
  79. # However, in case of collaboration, if having platform-specific dependencies or dependencies
  80. # having no cross-platform support, pipenv may install dependencies that don't work, or not
  81. # install all needed dependencies.
  82. #Pipfile.lock
  83. # PEP 582; used by e.g. github.com/David-OConnor/pyflow
  84. __pypackages__/
  85. # Celery stuff
  86. celerybeat-schedule
  87. celerybeat.pid
  88. # SageMath parsed files
  89. *.sage.py
  90. # Environments
  91. .env
  92. .venv
  93. env/
  94. venv/
  95. ENV/
  96. env.bak/
  97. venv.bak/
  98. # Spyder project settings
  99. .spyderproject
  100. .spyproject
  101. # Rope project settings
  102. .ropeproject
  103. # mkdocs documentation
  104. /site
  105. # mypy
  106. .mypy_cache/
  107. .dmypy.json
  108. dmypy.json
  109. # Pyre type checker
  110. .pyre/
  111. # music directory
  112. music/
  113. # pytype static type analyzer
  114. .pytype/
  115. # Cython debug symbols
  116. cython_debug/
  117. *.iml
  118. tmp
  119. .history
  120. .DS_Store
  121. main/xiaozhi-server/data
  122. main/manager-web/node_modules
  123. .config.yaml
  124. .secrets.yaml
  125. .private_config.yaml
  126. .env.development
  127. # model files
  128. main/xiaozhi-server/models/SenseVoiceSmall/model.pt
  129. main/xiaozhi-server/models/sherpa-onnx*
  130. /main/xiaozhi-server/audio_ref/
  131. /audio_ref/
  132. /asr-models/iic/SenseVoiceSmall/
  133. /main/xiaozhi-server/asr-models/iic/SenseVoiceSmall/
  134. /models/SenseVoiceSmall/model.pt
  135. my_wakeup_words.mp3
  136. !main/xiaozhi-server/config/assets/bind_code.wav
  137. !main/xiaozhi-server/config/assets/wakeup_words.wav
  138. !main/xiaozhi-server/config/assets/bind_not_found.wav
  139. !main/xiaozhi-server/config/assets/bind_code/*.wav
  140. !main/xiaozhi-server/config/assets/max_output_size.wav
  141. main/manager-api/.vscode
  142. # Ignore webpack cache directory
  143. main/manager-web/.webpack_cache/
  144. main/xiaozhi-server/mysql
  145. uploadfile
  146. *.json
  147. .vscode
  148. .cursor