選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.gitignore 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. # Generated by Cargo
  2. # will have compiled files and executables
  3. debug/
  4. target/
  5. __pycache__/
  6. hudet/
  7. cv/
  8. layout_app.py
  9. api/flask_session
  10. # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
  11. # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
  12. Cargo.lock
  13. # These are backup files generated by rustfmt
  14. **/*.rs.bk
  15. # MSVC Windows builds of rustc generate these, which store debugging information
  16. *.pdb
  17. *.trie
  18. .idea/
  19. .vscode/
  20. # Exclude Mac generated files
  21. .DS_Store
  22. # Exclude the log folder
  23. docker/ragflow-logs/
  24. /flask_session
  25. /logs
  26. rag/res/deepdoc
  27. # Exclude sdk generated files
  28. sdk/python/ragflow.egg-info/
  29. sdk/python/build/
  30. sdk/python/dist/
  31. sdk/python/ragflow_sdk.egg-info/
  32. # Exclude dep files
  33. libssl*.deb
  34. tika-server*.jar*
  35. cl100k_base.tiktoken
  36. chrome*
  37. huggingface.co/
  38. nltk_data/
  39. # Exclude hash-like temporary files like 9b5ad71b2ce5302211f9c61530b329a4922fc6a4
  40. *[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]*
  41. .lh/
  42. .venv
  43. docker/data
  44. #--------------------------------------------------#
  45. # The following was generated with gitignore.nvim: #
  46. #--------------------------------------------------#
  47. # Gitignore for the following technologies: Node
  48. # Logs
  49. logs
  50. *.log
  51. npm-debug.log*
  52. yarn-debug.log*
  53. yarn-error.log*
  54. lerna-debug.log*
  55. .pnpm-debug.log*
  56. # Diagnostic reports (https://nodejs.org/api/report.html)
  57. report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
  58. # Runtime data
  59. pids
  60. *.pid
  61. *.seed
  62. *.pid.lock
  63. # Directory for instrumented libs generated by jscoverage/JSCover
  64. lib-cov
  65. # Coverage directory used by tools like istanbul
  66. coverage
  67. *.lcov
  68. # nyc test coverage
  69. .nyc_output
  70. # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
  71. .grunt
  72. # Bower dependency directory (https://bower.io/)
  73. bower_components
  74. # node-waf configuration
  75. .lock-wscript
  76. # Compiled binary addons (https://nodejs.org/api/addons.html)
  77. build/Release
  78. # Dependency directories
  79. node_modules/
  80. jspm_packages/
  81. # Snowpack dependency directory (https://snowpack.dev/)
  82. web_modules/
  83. # TypeScript cache
  84. *.tsbuildinfo
  85. # Optional npm cache directory
  86. .npm
  87. # Optional eslint cache
  88. .eslintcache
  89. # Optional stylelint cache
  90. .stylelintcache
  91. # Microbundle cache
  92. .rpt2_cache/
  93. .rts2_cache_cjs/
  94. .rts2_cache_es/
  95. .rts2_cache_umd/
  96. # Optional REPL history
  97. .node_repl_history
  98. # Output of 'npm pack'
  99. *.tgz
  100. # Yarn Integrity file
  101. .yarn-integrity
  102. # dotenv environment variable files
  103. .env
  104. .env.development.local
  105. .env.test.local
  106. .env.production.local
  107. .env.local
  108. # parcel-bundler cache (https://parceljs.org/)
  109. .cache
  110. .parcel-cache
  111. # Next.js build output
  112. .next
  113. out
  114. # Nuxt.js build / generate output
  115. .nuxt
  116. dist
  117. # Gatsby files
  118. .cache/
  119. # Comment in the public line in if your project uses Gatsby and not Next.js
  120. # https://nextjs.org/blog/next-9-1#public-directory-support
  121. # public
  122. # vuepress build output
  123. .vuepress/dist
  124. # vuepress v2.x temp and cache directory
  125. .temp
  126. # Docusaurus cache and generated files
  127. .docusaurus
  128. # Serverless directories
  129. .serverless/
  130. # FuseBox cache
  131. .fusebox/
  132. # DynamoDB Local files
  133. .dynamodb/
  134. # TernJS port file
  135. .tern-port
  136. # Stores VSCode versions used for testing VSCode extensions
  137. .vscode-test
  138. # yarn v2
  139. .yarn/cache
  140. .yarn/unplugged
  141. .yarn/build-state.yml
  142. .yarn/install-state.gz
  143. .pnp.*
  144. # Serverless Webpack directories
  145. .webpack/
  146. # SvelteKit build / generate output
  147. .svelte-kit
  148. # Default backup dir
  149. backup