您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213141516171819202122232425262728293031323334353637383940
  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/