.gitignore 3.1 KB

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