You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  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. huggingface.co/
  33. nltk_data/
  34. # Exclude hash-like temporary files like 9b5ad71b2ce5302211f9c61530b329a4922fc6a4
  35. *[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]*
  36. .lh/
  37. .venv
  38. docker/data
  39. #--------------------------------------------------#
  40. # The following was generated with gitignore.nvim: #
  41. #--------------------------------------------------#
  42. # Gitignore for the following technologies: Node
  43. # Logs
  44. logs
  45. *.log
  46. npm-debug.log*
  47. yarn-debug.log*
  48. yarn-error.log*
  49. lerna-debug.log*
  50. .pnpm-debug.log*
  51. # Diagnostic reports (https://nodejs.org/api/report.html)
  52. report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
  53. # Runtime data
  54. pids
  55. *.pid
  56. *.seed
  57. *.pid.lock
  58. # Directory for instrumented libs generated by jscoverage/JSCover
  59. lib-cov
  60. # Coverage directory used by tools like istanbul
  61. coverage
  62. *.lcov
  63. # nyc test coverage
  64. .nyc_output
  65. # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
  66. .grunt
  67. # Bower dependency directory (https://bower.io/)
  68. bower_components
  69. # node-waf configuration
  70. .lock-wscript
  71. # Compiled binary addons (https://nodejs.org/api/addons.html)
  72. build/Release
  73. # Dependency directories
  74. node_modules/
  75. jspm_packages/
  76. # Snowpack dependency directory (https://snowpack.dev/)
  77. web_modules/
  78. # TypeScript cache
  79. *.tsbuildinfo
  80. # Optional npm cache directory
  81. .npm
  82. # Optional eslint cache
  83. .eslintcache
  84. # Optional stylelint cache
  85. .stylelintcache
  86. # Microbundle cache
  87. .rpt2_cache/
  88. .rts2_cache_cjs/
  89. .rts2_cache_es/
  90. .rts2_cache_umd/
  91. # Optional REPL history
  92. .node_repl_history
  93. # Output of 'npm pack'
  94. *.tgz
  95. # Yarn Integrity file
  96. .yarn-integrity
  97. # dotenv environment variable files
  98. .env
  99. .env.development.local
  100. .env.test.local
  101. .env.production.local
  102. .env.local
  103. # parcel-bundler cache (https://parceljs.org/)
  104. .cache
  105. .parcel-cache
  106. # Next.js build output
  107. .next
  108. out
  109. # Nuxt.js build / generate output
  110. .nuxt
  111. dist
  112. # Gatsby files
  113. .cache/
  114. # Comment in the public line in if your project uses Gatsby and not Next.js
  115. # https://nextjs.org/blog/next-9-1#public-directory-support
  116. # public
  117. # vuepress build output
  118. .vuepress/dist
  119. # vuepress v2.x temp and cache directory
  120. .temp
  121. # Docusaurus cache and generated files
  122. .docusaurus
  123. # Serverless directories
  124. .serverless/
  125. # FuseBox cache
  126. .fusebox/
  127. # DynamoDB Local files
  128. .dynamodb/
  129. # TernJS port file
  130. .tern-port
  131. # Stores VSCode versions used for testing VSCode extensions
  132. .vscode-test
  133. # yarn v2
  134. .yarn/cache
  135. .yarn/unplugged
  136. .yarn/build-state.yml
  137. .yarn/install-state.gz
  138. .pnp.*
  139. # Serverless Webpack directories
  140. .webpack/
  141. # SvelteKit build / generate output
  142. .svelte-kit